I was wondering if there's a way to properly TEST ...
# ktor
с
I was wondering if there's a way to properly TEST authentication with Ktor? Authentication with Session cookies to be exact?
Copy code
authenticate("auth-session") {}
a
What problem do you encounter while testing it?