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

hapi-oidc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-oidc - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

lib/.scheme.js.swp

7

CHANGELOG.md

@@ -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

2

lib/scheme.js

@@ -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)",

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