Rodrigo Silva
Razvan
install(Authentication) { jwt { verifier(authService.verifier()) validate { try { UserPrincipal(it.payload) } catch (e: AppException) { log.error("Principal error") null } } } }
A modern programming language that makes developers happier.