Skip to content

Releases: felixheck/hapi-auth-keycloak

Update Dependencies

Choose a tag to compare

@felixheck felixheck released this 11 Sep 14:06
v5.1.2

5.1.2

Update Dependencies

Choose a tag to compare

@felixheck felixheck released this 20 Jan 07:55
v5.1.1

5.1.1

OAuth2 Client Scope Support

Choose a tag to compare

@felixheck felixheck released this 30 Apr 09:37
v5.1.0

5.1.0

hapi v19 compatible

Choose a tag to compare

@felixheck felixheck released this 10 Jan 08:57
v5.0.1

5.0.1

Minimum Requirements: node 12 & hapi 18.4

Choose a tag to compare

@felixheck felixheck released this 07 Jan 17:35
v5.0.0

5.0.0

Update Dependencies

Choose a tag to compare

@felixheck felixheck released this 03 Jan 10:39
  • Update dependencies
  • remove lock file

Update Dependencies

Choose a tag to compare

@felixheck felixheck released this 03 Jan 10:39
v4.3.3

4.3.3

Make published package leaner

Choose a tag to compare

@felixheck felixheck released this 19 Aug 11:46
v4.3.2

4.3.2

Updated Dependencies

Choose a tag to compare

@felixheck felixheck released this 19 Aug 11:46
v4.3.1

4.3.1

Fix Multi-Tenant Approach

Choose a tag to compare

@felixheck felixheck released this 25 Jul 08:07

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