Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 284 Bytes

Functionality

  • connect to the db
  • add a raw user and password to user table
  • remove a user by name
  • hash password before adding
  • check hash

Needed

  • on login or registration, generate an auth token
  • add the auth token to the new table with the user id
  • built out routes