You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- It's now possible to register multiple strategies with the same scheme `keycloak-jwt`
266
266
267
-
**Breaking Changes**
267
+
**Changes**
268
+
-`name` is a new unique strategy-related option.
268
269
-`apiKey.url` not longer accepts placeholders
270
+
- The [option](#api) setup changed. All plugin-related options are used as defaults for [strategy-related options][strategy-options].
271
+
- Even though every strategy-related option can also set via the plugin options, `apiKey` can only be set once in the plugin options.
269
272
270
-
**Changes**
271
-
-`name` is a new unique strategy-related option. There's a default, so it's only required in case of multiple registered strategies.
272
-
- The [option](#api) setup changed. All plugin-related options are used as defaults for [strategy-related options][strategy-options]. In case of multiple registered strategies, use at least a different `name` option in each strategy. `apiKey` options cannot be overridden.
273
-
-`server.kjwt.validate` requires `name` as second argument in case of multiple registered strategies
273
+
In case of multiple registered strategies for this scheme:
274
+
- Use at least a different `name` option in each strategy.
275
+
-`server.kjwt.validate` requires `name` as second argument
0 commit comments