Join Slack
Communities
Powered by
Does ktor have any current support for JWT authent...
# ktor
m
mkporwit
07/17/2017, 10:55 PM
Does ktor have any current support for JWT authentication? I have a service that generates the JWT, which then rides in the Authorization header as a bearer token, with a "Bearer" auth scheme. I'm not seeing "Bearer" as a supported header type in Headers.kt (
https://github.com/Kotlin/ktor/blob/master/ktor-features/ktor-auth/src/org/jetbrains/ktor/auth/Headers.kt
)
Open in Slack
Previous
Next