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

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)

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'
}
```