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 6681d96 commit 3632739Copy full SHA for 3632739
oauth2-server-ktor/pom.xml
@@ -12,7 +12,7 @@
12
<artifactId>oauth2-server-ktor</artifactId>
13
14
<properties>
15
- <ktor.version>0.9.3</ktor.version>
+ <ktor.version>0.9.5</ktor.version>
16
<serialization.version>0.6.1</serialization.version>
17
</properties>
18
oauth2-server-ktor/src/main/java/nl/myndocs/oauth2/ktor/feature/Oauth2ServerFeature.kt
@@ -24,7 +24,7 @@ class Oauth2ServerFeature(configuration: Configuration) {
24
25
val feature = Oauth2ServerFeature(configuration)
26
27
- pipeline.intercept(ApplicationCallPipeline.Infrastructure) {
+ pipeline.intercept(ApplicationCallPipeline.Features) {
28
val ktorCallContext = KtorCallContext(call)
29
val authorizer = feature.authorizerFactory(ktorCallContext)
30
0 commit comments