Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.
This repository was archived by the owner on May 10, 2022. It is now read-only.

SCHDL-6 - Create auth functionality on the Express server #6

@Devonte202

Description

@Devonte202

Create auth functionality on the Express server

Requirements

  • Create an api endpoint that receives the users login and/or sign up information
  • Create a method that checks the database to verify the users login info and provides them with a JWT
  • Create a method that saves the users sign up information to the database
  • Would suggest using Argon2 or bcrypt for password hashing

Optional

  • The less information we need to store in a database the better. If an Oauth passwordless solution seems doable, go for that instead. It's a lot more secure and there's less hassle around what information we send back and forth.

Metadata

Metadata

Assignees

Labels

backendserver side development workfeatureNew feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions