oidc-provider
Advanced tools
Comparing version 0.11.3 to 0.11.4
@@ -204,3 +204,3 @@ 'use strict'; | ||
provider.emit('interaction.started', this); | ||
provider.emit('interaction.started', interaction, this); | ||
return this.redirect(destination); | ||
@@ -207,0 +207,0 @@ } |
@@ -65,3 +65,3 @@ { | ||
}, | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"files": [ | ||
@@ -68,0 +68,0 @@ "lib" |
@@ -527,3 +527,3 @@ # oidc-provider | ||
**interaction.started** | ||
oidc.on(`'interaction.started', function (ctx) { }`) | ||
oidc.on(`'interaction.started', function (detail, ctx) { }`) | ||
Emitted when interaction is being requested from the end-user. | ||
@@ -530,0 +530,0 @@ |
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
196398