Releases: felixheck/hapi-auth-keycloak
Releases · felixheck/hapi-auth-keycloak
Update Dependencies
Update Dependencies
v5.1.1 5.1.1
OAuth2 Client Scope Support
v5.1.0 5.1.0
hapi v19 compatible
v5.0.1 5.0.1
Minimum Requirements: node 12 & hapi 18.4
v5.0.0 5.0.0
Update Dependencies
- Update dependencies
- remove lock file
Update Dependencies
v4.3.3 4.3.3
Make published package leaner
v4.3.2 4.3.2
Updated Dependencies
v4.3.1 4.3.1
Fix Multi-Tenant Approach
Features
- It's now possible to register multiple strategies with the same scheme
keycloak-jwt
Changes
name
is a new unique strategy-related option.apiKey.url
not longer accepts placeholders- The option setup changed. All plugin-related options are used as defaults for [strategy-related options][strategy-options].
- Even though every strategy-related option can also set via the plugin options,
apiKey
can only be set once in the plugin options.
In case of multiple registered strategies for this scheme:
- Use at least a different
name
option in each strategy. server.kjwt.validate
requiresname
as second argument
Attention
- Needs a custom scheme when multiple strategies are used on single routes. More information: hapijs/hapi#3444 (comment)