Anyone has a sample project implementing login log...
# multiplatform
b
Anyone has a sample project implementing login logic using KMM, Ktor with JWT? I’m super stuck on dependencies and every time I sync something crashes.
c
Yep, I did that: https://gitlab.com/clovis-ai/formulaide Any questions in particular? JWT stuff appears in the
server
and
client
modules.
I'm not using Ktor's implementation for token refreshing though, but I am using Ktor to send the normal token
The only thing that is not multiplatform is the token refreshing part