Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negaashley/authenticationintro
Learning about authentication
https://github.com/negaashley/authenticationintro
Last synced: about 2 months ago
JSON representation
Learning about authentication
- Host: GitHub
- URL: https://github.com/negaashley/authenticationintro
- Owner: NegaAshley
- Created: 2018-12-27T07:43:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T09:29:38.000Z (about 6 years ago)
- Last Synced: 2023-09-15T13:53:36.876Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://enigmatic-scrubland-20870.herokuapp.com/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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