mantono
12/07/2018, 4:17 PMinstall(Authentication) {
jwkAuthentication("auth1") // Install JWK auth here
basicAuth("auth2") // Install basic-auth here
}
routing {
authenticate("auth1", "auth2") {
post("/xxx") {
....
}
}
}