An open API service indexing awesome lists of open source software.

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.

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