Hi all, does anybody know if there’s a pure Kotlin...
# announcements
a
Hi all, does anybody know if there’s a pure Kotlin implementation of Jwt? One that doesn’t use java.security, nor javax.crypto, etc.?
b
Not exactly jwt, but there's this mpp crypto library https://github.com/korlibs/krypto
Might give you some ideas how to implement your own mpp jwt