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 9ce8b95 commit 6a3dfbaCopy full SHA for 6a3dfba
src/index.js
@@ -186,7 +186,7 @@ function register (server, opts) {
186
manager = new GrantManager(options)
187
store = cache.create(server, options.cache)
188
189
- apiKey.init(server, opts)
+ apiKey.init(server, options)
190
server.auth.scheme('keycloak-jwt', strategy)
191
server.decorate('server', 'kjwt', { validate })
192
}
0 commit comments