oidc-provider
Advanced tools
Comparing version 8.5.0 to 8.5.1
@@ -16,2 +16,2 @@ /* eslint-disable import/first */ | ||
export default Provider; | ||
export { errors, interactionPolicy }; | ||
export { errors, interactionPolicy, Provider }; |
{ | ||
"name": "oidc-provider", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -66,5 +66,7 @@ # oidc-provider | ||
- Basic, Implicit, Hybrid, Config, Dynamic, Form Post, and 3rd Party-Init OP profiles | ||
- Basic, Implicit, Hybrid, Config, Dynamic, Form Post, and 3rd Party-Init | ||
- Back-Channel Logout and RP-Initiated Logout | ||
- FAPI 1.0 Advanced (w/ Private Key JWT, MTLS, JARM, PAR, CIBA) | ||
- FAPI 1.0 | ||
- FAPI CIBA | ||
- FAPI 2.0 | ||
@@ -71,0 +73,0 @@ ## Sponsor |
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
149
549174