Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 895 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 895 Bytes

Members

This is an implementation of the Members Only project completed as part of the Node.js lessons provided by The Odin Project's full stack Javascript course.

Learnings

This project was an opportunity to develop authentication skills and to show unique Views based on User's privileges.

I now have a clearer understanding of how Authentication works in the Backend and the importance of hashing and salting when storing User passwords. This process is critical for safety and provides a more secure way to store Users passwords incase of a database breach.

In future projects I want to explore using OAuth authentication methods provided by Passportjs

Built using

  • Node/Express
  • Passport JS for local authentication
  • Mongodb
  • EJS- Views