express-nemo-auth0-jwt-verify
v1.3.0
Published
A middleware for express to add auth0 jwt verification in an api.
Downloads
131
Readme
express-nemo-auth0-jwt-verify
A middleware for express to add auth0 jwt verification in an api.
Options
| Name | Required | Default value | Description |
| -------------- | -------- | ------------- | -------------------------------------------------------- |
| jwt | yes | | Options for the express-jwt
authentication middleware. |
| jwt.secret | yes | | Options for the express-jwt
authentication middleware. |
| jwt.algorithms | yes | | Options for the express-jwt
authentication middleware. |