Join Slack
Powered by
Hello everyone, how can I authenticate a user that...
# ktor
r
Riccardo Montagnin
11/06/2018, 10:06 AM
Hello everyone, how can I authenticate a user that tries to access a Webserver?
d
Deactivated User
11/06/2018, 10:07 AM
Does this help?
https://ktor.io/servers/features/authentication.html
r
Riccardo Montagnin
11/06/2018, 11:13 AM
Ok yeah I sorted something out. We will require the user to have a session set and the session will be set upon the login
d
Deactivated User
11/06/2018, 12:44 PM
You can link authentication to a form, then place the user identification in the session
Deactivated User
11/06/2018, 12:47 PM
https://ktor.io/quickstart/guides/website.html#using-the-form-authentication
3
Views
Open in Slack
Previous
Next