Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didinj/mern-stack-authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
https://github.com/didinj/mern-stack-authentication
application authentication crud express expressjs login mern mern-stack mongo mongodb node nodejs passport passportjs react reactjs secure securing security web
Last synced: 24 days ago
JSON representation
Secure MERN Stack CRUD Web Application using Passport.js Authentication
- Host: GitHub
- URL: https://github.com/didinj/mern-stack-authentication
- Owner: didinj
- License: mit
- Created: 2018-02-24T00:20:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T01:58:10.000Z (over 6 years ago)
- Last Synced: 2024-10-09T22:02:19.685Z (about 1 month ago)
- Topics: application, authentication, crud, express, expressjs, login, mern, mern-stack, mongo, mongodb, node, nodejs, passport, passportjs, react, reactjs, secure, securing, security, web
- Language: JavaScript
- Homepage: https://www.djamware.com/post/5a90c37980aca7059c14297a/securing-mern-stack-web-application-using-passport
- Size: 90.8 KB
- Stars: 61
- Watchers: 8
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Securing MERN Stack Web Application using Passport
This source code is part of [Securing MERN Stack Web Application using Passport](https://www.djamware.com/post/5a90c37980aca7059c14297a/securing-mern-stack-web-application-using-passport) tutorial.
To run this source code:
* Clone this repo
* Run MongoDB server
* Run `npm npm run-script build`
* Run `npm start`