Join Slack
Communities
Powered by
Next question — is it possible to register multipl...
# ktor
m
mkporwit
06/05/2018, 9:04 PM
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.
Open in Slack
Previous
Next