Next question — is it possible to register multipl...
# ktor
m
Next question — is it possible to register multiple authentication handlers for a single route? Our
/login
route currently expects basic auth, and generates JWTs upon successful login. I’d like for it to alternately do
Bearer
token auth, where the token is the
access_token
obtained in the OAuth2 flow.