maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Must allow for or involve the authentication of users in some way. #4

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

Assuming Passport integration

maxlemieux commented 4 years ago

Documentation for Passport configuration will be linked here when determined.

maxlemieux commented 4 years ago

We've followed this recipe to get user authentication into the application. https://medium.com/swlh/set-up-an-express-js-app-with-passport-js-and-mongodb-for-password-authentication-6ea05d95335c

Authorization features still need to be added.

maxlemieux commented 4 years ago

Nav bar displays logged in user email.