Join Slack
Powered by
Anyone has a sample project implementing login log...
# multiplatform
b
Brian Donovan
10/30/2021, 12:12 PM
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
CLOVIS
10/30/2021, 8:45 PM
Yep, I did that:
https://gitlab.com/clovis-ai/formulaide
Any questions in particular? JWT stuff appears in the
server
and
client
modules.
CLOVIS
10/30/2021, 8:46 PM
I'm not using Ktor's implementation for token refreshing though, but I am using Ktor to send the normal token
CLOVIS
10/30/2021, 8:46 PM
The only thing that is not multiplatform is the token refreshing part
6
Views
Open in Slack
Previous
Next