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
- Host: GitHub
- URL: https://github.com/pyakz/auth-boilerplate
- Owner: Pyakz
- Created: 2020-12-01T06:56:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T15:28:43.000Z (over 4 years ago)
- Last Synced: 2025-01-09T11:49:24.340Z (5 months ago)
- Topics: atlas, bcrypt, cookie, express, httponly, jsonwebtoken, mongodb, nodejs, react-notify, reactjs
- Language: JavaScript
- Homepage: https://my-auth-boilerplate.herokuapp.com/
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use?
```
npm install
cd client && npm installenvironment 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/)