Boilerplate for authentification with ExpressJS & JWT. Handles Routes:
- /
- /signin
- /signup
-
Add to the root folder a config.js file with the following
module.exports = { secret: YOUR_SECRET_HERE };
Based on the code by @StephenGrider
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Boilerplate for authentification with ExpressJS & JWT. Handles Routes:
Add to the root folder a config.js file with the following
module.exports = { secret: YOUR_SECRET_HERE };
Based on the code by @StephenGrider