auth0-api-jwt-rsa-validation
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "auth0-api-jwt-rsa-validation", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "This module abstracts you away from validating the JWT tokens of Auth0 API", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^3.10.1", | ||
"lodash": "^4.17.11", | ||
"lru-cache": "^3.2.0", | ||
@@ -20,0 +20,0 @@ "request": "^2.67.0" |
@@ -19,3 +19,3 @@ # Auth0 API JWT RSA validation | ||
app.use(expressJwt({ | ||
secret: require('auth0-api-jwt-rsa-validation'), | ||
secret: require('auth0-api-jwt-rsa-validation')(), | ||
algorithms: ['RS256'] | ||
@@ -22,0 +22,0 @@ }); |
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
6096
5
+ Addedlodash@4.17.21(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@^4.17.11