rithmschool / elevate

Human resources for the employee.
0 stars 0 forks source link

authentication #7

Closed Nalipp closed 5 years ago

Nalipp commented 5 years ago

map out steps needed to execute jwt implementation update readme

Nalipp commented 5 years ago

During signup users will submit email and password to create an account. Later we will focus on prompting the user to provide more information about their current career situation.

User info will be stored in the database, displayed on the admin panel and users will be able to update their info via user profile.

Nalipp commented 5 years ago

We will need a password reset options via email.

The node-mailer library might be a good place to start.

https://nodemailer.com/about/