From 38c2521077cef570de4c341d67295b5ee69275a5 Mon Sep 17 00:00:00 2001 From: PARK Yong Seo Date: Tue, 25 Jun 2024 23:04:06 +0900 Subject: [PATCH] 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" } ] }