saikiran37130204 / Bingo

0 stars 0 forks source link

Database Creation - User Authentication #11

Open saikeerthivanga opened 9 months ago

saikeerthivanga commented 9 months ago

Description: This task involves setting up a database for user authentication. The database will store user information and enable secure registration and login processes.

Acceptance Criteria:

  1. Create a user table with required attributes.
  2. Implement secure password hashing.
  3. Develop registration and login API endpoints.
  4. Handle authentication failures gracefully.
my-web-site commented 9 months ago

Created required tables for the user registration