@667/express-jwt-authz
Advanced tools
Comparing version 2.4.1-0 to 2.4.1-1
{ | ||
"name": "@667/express-jwt-authz", | ||
"version": "2.4.1-0", | ||
"version": "2.4.1-1", | ||
"description": "Validate a JWTs scope to authorize access to an endpoint", | ||
@@ -15,19 +15,20 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/auth0/express-jwt-authz.git" | ||
"url": "git+https://github.com/june07/express-jwt-authz.git" | ||
}, | ||
"keywords": [ | ||
"express", | ||
"restify", | ||
"jwt", | ||
"authorization" | ||
], | ||
"author": "Damian Schenkelman", | ||
"author": "June07", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/auth0/express-jwt-authz/issues" | ||
"url": "https://github.com/june07/express-jwt-authz/issues" | ||
}, | ||
"homepage": "https://github.com/auth0/express-jwt-authz#readme", | ||
"homepage": "https://github.com/june07/express-jwt-authz#readme", | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"husky": "^1.1.4", | ||
"mocha": "^5.2.0", | ||
"mocha": "^8.3.2", | ||
"prettier": "^1.14.3", | ||
@@ -46,4 +47,5 @@ "pretty-quick": "^1.8.0" | ||
"express": "^4.0.0", | ||
"@types/express": "^4.0.0" | ||
"@types/express": "^4.0.0", | ||
"restify": "^8.5.1" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# express-jwt-authz ![](https://travis-ci.org/auth0/express-jwt-authz.svg?branch=master) | ||
# express-jwt-authz | ||
This fork of https://github.com/auth0/express-jwt-authz supports [restify](https://github.com/restify/node-restify) as well as express. | ||
Validate a JWTs `scope` to authorize access to an endpoint. | ||
@@ -9,3 +11,5 @@ | ||
> `express@^4.0.0` is a peer dependency. Make sure it is installed in your project. | ||
> `restify@^8.5.1` is a peer dependency. | ||
> `express@^4.0.0` is a peer dependency. | ||
> Make sure one of them is installed in your project. | ||
@@ -80,7 +84,9 @@ ## Usage | ||
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. | ||
For issues directly related to restify support, please report them at this reposittory issues section. | ||
If you have found a bug or if you have a feature request, please report them at https://github.com/auth0/express-jwt-authz/issues. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues. | ||
## Author | ||
[Auth0](https://auth0.com) | ||
[June07](https://june07.com) | ||
@@ -87,0 +93,0 @@ ## License |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8511
94
3