Join Slack
Communities
Powered by
Nest them? So ``` route("/login/{versionStr...
# ktor
m
mkporwit
06/05/2018, 9:06 PM
Nest them? So
Copy code
route("/login/{versionString?}") { authenticate("login") { authenticate("bearer") {
means that if “login” fails, it will fall through to “bearer”?
Open in Slack
Previous
Next