Hello, I have looked at
https://ktor.io/servers/features/authentication/basic.html I just want to have a simple authenticating function for a spa that is statically hosted by ktor (its running on the same host) I dont understand, where does the
credentials
object come from? How does a HTTP request look like exactly and how do basic authentication work? I want it on all requests from a specific sub-route