https://github.com/hannasdev/server-with-auth
Node-server with Auth (JWT and Local)
https://github.com/hannasdev/server-with-auth
authentication express jwt-authentication nodejs server
Last synced: about 2 months ago
JSON representation
Node-server with Auth (JWT and Local)
- Host: GitHub
- URL: https://github.com/hannasdev/server-with-auth
- Owner: hannasdev
- Created: 2017-03-05T12:33:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T05:28:43.000Z (about 9 years ago)
- Last Synced: 2024-03-27T20:21:29.559Z (over 2 years ago)
- Topics: authentication, express, jwt-authentication, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server-with-auth
Node-server with Auth (JWT and Local)
Needs a config.js file:
config.js
```
module.exports = {
secret: 'secret-string'
}
```