oidc-provider
Advanced tools
Comparing version 0.7.1 to 0.7.2
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` |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143050
396
3495