Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badrikomma/mean-authentication
https://github.com/badrikomma/mean-authentication
angular-cli crypto express-jwt expressjs mongodb mongoose passport passport-local
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/badrikomma/mean-authentication
- Owner: badrikomma
- License: mit
- Created: 2020-08-16T11:47:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T11:51:53.000Z (over 4 years ago)
- Last Synced: 2024-11-19T08:20:47.783Z (3 months ago)
- Topics: angular-cli, crypto, express-jwt, expressjs, mongodb, mongoose, passport, passport-local
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mean-Authentication
This a basic MEAN authentication app. Which uses mongoDB as database, Expressjs as server framework and passport local for authentication. Angular is used a client side front end.
This Demo has registration page, Login page. A secured component called profile, Which can only be accessed by logging in.