I am building a Ktor application, for security I u...
# ktor
s
I am building a Ktor application, for security I use jwt, how can I set up the refresh token flow for this? The documentation doesn't cover that bit. I would appreciate any pointers.
a
Do you develop an application that uses Ktor’s client and server? Could you please describe your problem in more detail?