Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Login System Functionality #5

Open
4 tasks
FOSSit opened this issue Apr 13, 2024 · 0 comments
Open
4 tasks

Enhance Login System Functionality #5

FOSSit opened this issue Apr 13, 2024 · 0 comments
Labels

Comments

@FOSSit
Copy link
Owner

FOSSit commented Apr 13, 2024

Description

This issue aims to elevate the current login system beyond its purely visual state. Our objective is to implement functionalities for storing user credentials, verifying login attempts, and restricting access to protected pages for non-logged-in users.

Focus Areas

  • Data Storage: Establish a mechanism to securely store user credentials upon successful registration. You can store the user data inside a sqlite database.
  • Login Verification: Implement logic to verify user-provided credentials against the stored data during login attempts.
  • Protected Pages: Designate specific pages that require users to be logged in for access.

Checklist

  • Implement data storage for user credentials (sqlite database).
  • Develop logic for verifying login attempts.
  • Establish protected pages with access control based on login status.
  • Provide appropriate feedback messages during login attempts.

Contributor Notes

  • Feel free to leverage localStorage for this phase.
@FOSSit FOSSit added the medium label Apr 13, 2024
vinayak-19g added a commit to vinayak-19g/Crop-Recommendation-System that referenced this issue Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant