We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781f369 commit 321e82aCopy full SHA for 321e82a
src/index.js
@@ -139,7 +139,7 @@ function strategy (server) {
139
function plugin (server, opts, next) {
140
options = verify(opts)
141
manager = new GrantManager(options)
142
- store = cache.init(server, options.cache)
+ store = cache.create(server, options.cache)
143
144
server.auth.scheme('keycloak-jwt', strategy)
145
server.decorate('server', 'kjwt', { validate })
0 commit comments