Hello, I’d like to have a token based auth in ktor...
# ktor
g
Hello, I’d like to have a token based auth in ktor and I’m not sure if this is covered in the docs or not, or if so under which name. I’d like clients to send a login/password once and create a token they will send for every request. If the token is invalid, like after a few hours, they’ll have to get a new token by sending their login/password again