- jwt decoding without a key

This commit is contained in:
2024-02-24 10:56:40 +09:00
parent 805816491a
commit 13f2867f99
4 changed files with 42 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ dependencies {
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.5")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.5")
// another library
// another library, good for a client side
implementation("com.auth0:java-jwt:4.4.0")
}