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

express-oauth-jwt

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-oauth-jwt - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

types/index.d.ts

2

lib/errors.js

@@ -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.

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