From 38c2521077cef570de4c341d67295b5ee69275a5 Mon Sep 17 00:00:00 2001 From: PARK Yong Seo Date: Tue, 25 Jun 2024 23:04:06 +0900 Subject: [PATCH 1/2] add new kotlin library - me.saro:jwt:3.0.0 --- views/website/libraries/29-Kotlin.json | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/views/website/libraries/29-Kotlin.json b/views/website/libraries/29-Kotlin.json index 6ca835b2..45cbca4f 100644 --- a/views/website/libraries/29-Kotlin.json +++ b/views/website/libraries/29-Kotlin.json @@ -66,6 +66,38 @@ "gitHubRepoPath": "nefilim/kJWT", "repoUrl": "https://github.com/nefilim/kJWT", "installCommandHtml": "maven GAV: io.github.nefilim.kjwt:kjwt-core:0.3.0" + }, + { + "minimumVersion": null, + "support": { + "sign": true, + "verify": true, + "iss": true, + "sub": true, + "aud": true, + "exp": true, + "nbf": true, + "iat": true, + "jti": true, + "typ": true, + "hs256": true, + "hs384": true, + "hs512": true, + "rs256": true, + "rs384": true, + "rs512": true, + "es256": true, + "es384": true, + "es512": true, + "ps256": true, + "ps384": true, + "ps512": true + }, + "authorUrl": "https://github.com/ac-saro", + "authorName": "Yong Seo PARK", + "gitHubRepoPath": "saro-lab/jwt", + "repoUrl": "https://github.com/saro-lab/jwt", + "installCommandHtml": "maven: me.saro / jwt / 3.0.0" } ] } From d30fef2dc452152ccb1eb695ba1e5593b8a54fae Mon Sep 17 00:00:00 2001 From: marker Date: Sat, 15 Mar 2025 18:32:08 +0900 Subject: [PATCH 2/2] update kotlin library - me.saro:jwt:6.0.0 --- views/website/libraries/29-Kotlin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/website/libraries/29-Kotlin.json b/views/website/libraries/29-Kotlin.json index 45cbca4f..408fcb6f 100644 --- a/views/website/libraries/29-Kotlin.json +++ b/views/website/libraries/29-Kotlin.json @@ -97,7 +97,7 @@ "authorName": "Yong Seo PARK", "gitHubRepoPath": "saro-lab/jwt", "repoUrl": "https://github.com/saro-lab/jwt", - "installCommandHtml": "maven: me.saro / jwt / 3.0.0" + "installCommandHtml": "maven: me.saro / jwt / 6.0.0" } ] }