Does ktor have any current support for JWT authent...
# ktor
m
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)