Skip to content

Commit 321e82a

Browse files
committed
fix
1 parent 781f369 commit 321e82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function strategy (server) {
139139
function plugin (server, opts, next) {
140140
options = verify(opts)
141141
manager = new GrantManager(options)
142-
store = cache.init(server, options.cache)
142+
store = cache.create(server, options.cache)
143143

144144
server.auth.scheme('keycloak-jwt', strategy)
145145
server.decorate('server', 'kjwt', { validate })

0 commit comments

Comments
 (0)