[Feature] Log in system with JWT/Session #97
Labels
enhancement
New feature or request
gssoc20
GSSOC label for gscco20 tag
hard
GSSOC label for beginner tag
The system currently needs a login system, which would allow users to register and curate a feed through email or through the frontend application according to themselves. Including setting up reminders of their choice,
Describe the solution you'd like
Use Passport or custom implemented solution (Should be properly scrutinised for its security), for enabling user login and creating user identity when creating routes.
Additional context
NOTE : While hashing password make sure to take note of crypto package's synchronous nature. Do explore crypto-async once to see if it's a good fit for usage.
The text was updated successfully, but these errors were encountered: