Hi folks, I hope everyone is doing well and keeping safe. I'm struggling with using Digest Authentication. The docs show a hardcoded password, I've pulled the repo and the tests are the same:
https://ktor.io/servers/features/authentication/digest.html How can I get the user's password from the request and perform the digesting?
Edit: Still stuck if anyone can help.