Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth0-api-jwt-rsa-validation

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-api-jwt-rsa-validation - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"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 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc