Join Slack
Communities
Powered by
I'm not sure how I should handle authentication. I...
# ktor
r
ribesg
03/16/2018, 2:24 PM
I'm not sure how I should handle authentication. I have a bunch of REST routes, my application is a React app, so client side. How do I enforce authentication on all those routes with a form authentication?
m
mkporwit
03/16/2018, 11:50 PM
The ktor documentation gets into how to use Form Authentication here:
http://ktor.io/features/authentication.html
r
ribesg
03/19/2018, 1:41 PM
I ended up not using ktor-auth. The process of authentication is simple yet there is no explanation how ktor-auth works, so I can't use it properly.
Open in Slack
Previous
Next