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

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-provider - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

CHANGELOG.md
Following semver, 1.0.0 will mark the first API stable release and commence of this file,
until then please use the compare views of github for reference.
- https://github.com/panva/node-oidc-provider/compare/v0.7.0...v0.7.1
- fixed a bug that prevented refresh_token grant from issuing an id_token
- https://github.com/panva/node-oidc-provider/compare/v0.6.0...v0.7.0

@@ -5,0 +7,0 @@ - all things `authentication` renamed to `authorization`

4

lib/actions/token.js

@@ -7,6 +7,2 @@ 'use strict';

const PARAM_LIST = [
'client_assertion',
'client_assertion_type',
'client_id',
'client_secret',
'code',

@@ -13,0 +9,0 @@ 'grant_type',

@@ -15,2 +15,3 @@ 'use strict';

const parseBody = bodyParser('application/x-www-form-urlencoded');
whitelist.push('client_assertion', 'client_assertion_type', 'client_id', 'client_secret');
const buildParams = params(whitelist);

@@ -17,0 +18,0 @@

@@ -58,3 +58,3 @@ {

},
"version": "0.7.1",
"version": "0.7.2",
"files": [

@@ -61,0 +61,0 @@ "lib"

@@ -83,2 +83,6 @@ # oidc-provider

This example is also deployed and available for you to experiment with [here][heroku-example].
An example client using this provider is available [here][heroku-example-client]
(uses [openid-client][openid-client]).
Otherwise just install the package in your app and follow the [example use](example/index.js).

@@ -390,1 +394,4 @@ ```

[node-jose]: https://github.com/cisco/node-jose
[heroku-example]: https://guarded-cliffs-8635.herokuapp.com/op/.well-known/openid-configuration
[heroku-example-client]: https://tranquil-reef-95185.herokuapp.com/client
[openid-client]: https://github.com/panva/node-openid-client
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