Socket
Socket
Sign inDemoInstall

koa-azuread-jwt

Package Overview
Dependencies
15
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

index.js

@@ -31,4 +31,4 @@ 'use strict'

// check query and authorization header
if (this.query.jwt) {
jwtEncoded = this.query.jwt
if (this.query.jwt || this.query.token) {
jwtEncoded = this.query.jwt || this.query.token
}

@@ -35,0 +35,0 @@ // check for authorization header

{
"name": "koa-azuread-jwt",
"version": "0.2.0",
"version": "0.2.1",
"description": "Azure AD JWT Validation Middleware for Koa",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc