https://github.com/davies-k/mean-template
A MEAN stack app which has the auth, register, jwt with cookies implementation with an empty dashboard.
https://github.com/davies-k/mean-template
Last synced: 6 months ago
JSON representation
A MEAN stack app which has the auth, register, jwt with cookies implementation with an empty dashboard.
- Host: GitHub
- URL: https://github.com/davies-k/mean-template
- Owner: Davies-K
- License: mit
- Created: 2019-09-09T20:43:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T23:22:21.000Z (over 6 years ago)
- Last Synced: 2025-02-11T15:34:13.291Z (8 months ago)
- Homepage:
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ultimate MEAN Template
## Features
1. Complete authentication
1. Create a user
2. Login a user
3. Json Web Tokens (JWT's) in a cookie
4. XSRF protection### Upcoming features
1. Real time socket connection
2. Redis caching
3. CI/CD with Jenkins
4. Testing
4.1 Unit tests
4.2 End to end test
5. CRUD API