Hapi Auth Keycloak Versions Save

JSON Web Token based Authentication powered by Keycloak

v5.1.2

2 years ago

v5.1.1

3 years ago

v5.1.0

4 years ago

v5.0.1

4 years ago

v5.0.0

4 years ago

v4.3.4

4 years ago
  • Update dependencies
  • remove lock file

v4.3.3

4 years ago

v4.3.2

4 years ago

v4.3.1

4 years ago

v4.3.0

4 years ago

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 requires name as second argument

Attention

Notes Fixes #21, leverages #20 and solves #19