Comparing version 1.2.1 to 1.2.2
@@ -8,2 +8,6 @@ # Change log | ||
## [1.2.2] - 2018-10-11 | ||
### Fixed | ||
* Syntax error | ||
## [1.2.1] - 2018-10-11 | ||
@@ -26,3 +30,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/JbIPS/hapi-oidc/compare/HEAD...v1.2.1 | ||
[Unreleased]: https://github.com/JbIPS/hapi-oidc/compare/HEAD...v1.2.2 | ||
[1.2.2]: https://github.com/JbIPS/hapi-oidc/compare/v1.2.2...v1.2.1 | ||
[1.2.1]: https://github.com/JbIPS/hapi-oidc/compare/v1.2.1...v1.2.0 | ||
@@ -29,0 +34,0 @@ [1.2.0]: https://github.com/JbIPS/hapi-oidc/compare/v1.2.0...v1.1.0 |
@@ -21,3 +21,3 @@ const Hoek = require('hoek'); | ||
if (oidc && oidc.credentials) { | ||
return h.authenticated({ oidc.credentials }); | ||
return h.authenticated({ credentials: oidc.credentials }); | ||
} | ||
@@ -24,0 +24,0 @@ const state = request.route.path; |
{ | ||
"name": "hapi-oidc", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Hapi authentication strategy for OpenID Connect", | ||
@@ -5,0 +5,0 @@ "author": "Jean-Baptiste Richardet <jeanbaptiste.richardet@gmail.com> (https://github.com/JbIPS)", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
19742
7
1