express-oauth-jwt
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -19,3 +19,3 @@ /* | ||
constructor() { | ||
super("Token is missing some reuquired scope values"); | ||
super("Token is missing some required scope values"); | ||
} | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "express-oauth-jwt", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Middleware for Express to secure endpoints with OAuth JWT Bearer tokens", | ||
@@ -16,2 +16,3 @@ "homepage": "https://github.com/curityio/express-oauth-jwt", | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"directories": { | ||
@@ -39,2 +40,3 @@ "lib": "lib", | ||
"express": "^4.17.1", | ||
"@types/express": "^4.17.11", | ||
"ava": "^3.7.1", | ||
@@ -41,0 +43,0 @@ "sinon": "^9.0.2" |
# Securing endpoints in Express with OAuth JWT tokens | ||
[![Quality](https://img.shields.io/badge/quality-test-yellow)](https://curity.io/resources/code-examples/status/) | ||
[![Availability](https://img.shields.io/badge/availability-source-blue)](https://curity.io/resources/code-examples/status/) | ||
This library allows you to secure your Express endpoints with JWTs. The implementation uses a JWKS endpoint of an | ||
@@ -4,0 +8,0 @@ Authorization Server to get keys required for the verification of the token signature. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
48899
14
684
156
4
2