JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Implementation of user model #22

Closed lwb611266 closed 4 months ago

lwb611266 commented 4 months ago

Feature: To introduce a user model for user authentication and integrate it with our sqlite3 database. Proposed implementation:

  1. Define a user model class with login/signup methods.
  2. Implement login functionality for authentication.
  3. Develop signup functionality for new user registration.
  4. Encrypt passwords before storing them in the database.
  5. Integrate the user model with our SQLite3 database.
JiayangYing commented 4 months ago

need to add more fields for the user mode.

lwb611266 commented 4 months ago

duplicate issues with #2