addamsson
04/24/2020, 11:19 AMBearer
authentication with #ktor ? I see that there is basic, jtw, etc, but there is no option for simply checking the bearer token.Orhan Tozan
04/24/2020, 12:24 PMRachid
04/24/2020, 12:27 PMaddamsson
04/24/2020, 12:28 PMBearer
tokensDennis
04/24/2020, 12:57 PMauthHeader
to return an HttpAuthHeader - doesn’t matter where you get it from. You can extract it from the ApplicationCall.AuthenticationProvider
(which is not very hard)addamsson
04/25/2020, 9:43 AMDennis
04/25/2020, 9:51 AMaddamsson
04/25/2020, 10:21 AM