emmagogogo / cs-160-group-2

0 stars 1 forks source link

BackEnd: Authenticiton and security #7

Closed temuudei closed 2 years ago

temuudei commented 2 years ago
  1. Login/register flow. Registering a user inserts a user in the database. When logging in, system checks the password of the user.

  2. User session

emmagogogo commented 2 years ago

Create User Schema and model and set data validations. connect the database to the Node.js

zychin2000 commented 2 years ago

Test Cases:

  1. Register page is working, new user appears in database.
  2. Login page adds user registered in register