Socket
Socket
Sign inDemoInstall

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openid-client - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

6

CHANGELOG.md

@@ -23,2 +23,8 @@ # openid-client CHANGELOG

## Version 1.8.0
### Version 1.8.2
- [DIFF](https://github.com/panva/node-openid-client/compare/v1.8.0...v1.8.2)
- bumped node-jose dependency to avoid github tar.gz dependencies
- adjusted token_endpoint_auth_method=none to how it should be
### Version 1.8.0
- [DIFF](https://github.com/panva/node-openid-client/compare/v1.7.2...v1.8.0)

@@ -25,0 +31,0 @@ - Issuer and Client now recognize custom properties, this is so that new Registry Contents do not

6

lib/client.js

@@ -734,3 +734,7 @@ 'use strict';

case 'none' :
throw new Error('client not supposed to use grant authz');
return {
body: {
client_id: this.client_id,
},
};
case 'client_secret_post':

@@ -737,0 +741,0 @@ return {

2

package.json
{
"name": "openid-client",
"version": "1.8.1",
"version": "1.8.2",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs",

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

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