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.
2 parents 6681d96 + 3632739 commit 0342e04Copy full SHA for 0342e04
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