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 1.1.0-beta to 1.1.0

2

lib/oidcMatadata.js

@@ -71,3 +71,3 @@ "use strict";

const err = new Error(`No key matching kid ${token.header.kid}`);
this.log.warn(err);
this.log.warn(err.message);
done(err);

@@ -74,0 +74,0 @@ } else {

{
"name": "passport-keycloak-bearer",
"version": "1.1.0-beta",
"version": "1.1.0",
"description": "HTTP Bearer authentication strategy for Passport and Keycloak",

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

@@ -0,0 +0,0 @@ # passport-keycloak-bearer

Sorry, the diff of this file is not supported yet

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