DEV Community

Discussion on: Ktor - Setting up JWT

Collapse
 
viktorpetrovski profile image
Viktor Petrovski

Hi, good read well defined and on point, I dig it!
Have you done something with refresh token logic? I'm working on a REST api app using ktor and I need to implement refresh token logic since the standard JWT library does not support this out of the box do you have any recommendation?