AndreyZS

Results 1 issues of AndreyZS

Good afternoon, please help me implement JWT authorization. Old authorization doesn't work for apiRouting. An implementation that works in Route ```kotlin install(Authentication) { jwt { verifier(JWTService.verifier) validate { credential ->...