HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

Implement passport.js #2

Closed TheWoodenMan closed 2 years ago

TheWoodenMan commented 2 years ago

Implement passport.js for handling passwords and logins.

Also includes implementation of bcrypt for salting passwords.

Will also require a run through of the todo-mvc-authentication code

which can be found here: https://github.com/100devs/todo-mvc-auth-local

Recommend we run through this as a group as per the stream.

TheWoodenMan commented 2 years ago

not needed as this is part of the auth template