https://github.com/janakhpon/localauth
Demo sample for making local-Oauth with passport-local. User can sign up and login to localauth and username and password will be stored in MongoDB via mongoose. Hope it will help u makes awesome projects.
https://github.com/janakhpon/localauth
crud expressjs local-authentication mongoose nodejs passport-local
Last synced: about 2 months ago
JSON representation
Demo sample for making local-Oauth with passport-local. User can sign up and login to localauth and username and password will be stored in MongoDB via mongoose. Hope it will help u makes awesome projects.
- Host: GitHub
- URL: https://github.com/janakhpon/localauth
- Owner: janakhpon
- Created: 2018-11-24T04:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T05:22:32.000Z (over 7 years ago)
- Last Synced: 2025-06-12T08:11:50.634Z (about 1 year ago)
- Topics: crud, expressjs, local-authentication, mongoose, nodejs, passport-local
- Language: JavaScript
- Homepage:
- Size: 2.28 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# localauth
Demo sample for making local-Oauth with passport-local. User can sign up and login to localauth and username and password will be stored in MongoDB via mongoose. Hope it will help u makes awesome projects.