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

https://github.com/pyakz/auth-boilerplate

my MERN stack auth boilerplate
https://github.com/pyakz/auth-boilerplate

atlas bcrypt cookie express httponly jsonwebtoken mongodb nodejs react-notify reactjs

Last synced: 3 months ago
JSON representation

my MERN stack auth boilerplate

Awesome Lists containing this project

README

        

# How to use?
```
npm install
cd client && npm install

environment variables required
PROD_DB_STRING
DEV_DB_STRING
SECRET_KEY
REFRESH_SECRET_KEY
ACCESS_TOKEN_EXPIRES
REFRESH_TOKEN_EXPIRES

```
## [Demo](https://my-auth-boilerplate.herokuapp.com/)

![Login](https://github.com/BanguisMV/auth-boilerplate/blob/main/preview/Login.JPG?raw=true)