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

passport-keycloak-bearer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-keycloak-bearer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "passport-keycloak-bearer",
"version": "2.0.0",
"version": "2.0.1",
"description": "HTTP Bearer authentication strategy for Passport and Keycloak",

@@ -5,0 +5,0 @@ "keywords": [

@@ -48,3 +48,4 @@ const request = require('request-promise-native')

const response = await request.get(jwksUri, { json: true })
return this.getKeysFromResponse(response)
this.keys = this.getKeysFromResponse(response)
return this.keys
} catch (error) {

@@ -51,0 +52,0 @@ const errorMsg = `Cannot get AAD signing Keys from url ${jwksUri}. We got a ${

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