Join Slack
Powered by
should the best course of action in this scenario ...
# ktor
n
ninrod
02/01/2019, 11:51 PM
should the best course of action in this scenario to use java libraries like this:
https://bitbucket.org/b_c/jose4j/wiki/Home
or this:
https://github.com/jwtk/jjwt
?
a
avolkmann
02/02/2019, 8:49 AM
When you
compile "io.ktor:ktor-auth-jwt:$ktor_version"
, you also get
com.auth0:java-jwt
. Then you just use
JWT.create()
n
ninrod
02/02/2019, 2:44 PM
thankou
@avolkmann
👍
4
Views
Open in Slack
Previous
Next