Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negaashley/authenticationintro

Learning about authentication
https://github.com/negaashley/authenticationintro

Last synced: about 2 months ago
JSON representation

Learning about authentication

Awesome Lists containing this project

README

        

# AuthenticationIntro
* Tools using
* Passport
* Passport Local
* Passport Local Mongoose
* Walk through auth flow
* Sessions
* Express-Session

# Part 1
* Set up folder structure
* Install needed packages
* Add root route and template
* Add secret route and template

# Part 2
* Create User model
* Configure passport

# Part 3
* Add Register routes
* Add Register form

# Part 4
* Add Login routes
* Add Login form

# Part 5
* Add Logout route
* Add isLoggedIn middleware