Skip to content

Commit f0c9c00

Browse files
authored
Merge pull request jsonwebtoken#566 from nefilim/master
please add new kJWT kotlin library
2 parents 5c61001 + 3318533 commit f0c9c00

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

views/website/libraries/29-Kotlin.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,38 @@
3434
"gitHubRepoPath": "PhilJay/JWT",
3535
"repoUrl": "https://github.com/PhilJay/JWT",
3636
"installCommandHtml": "maven: com.github.PhilJay / JWT / 1.1.5"
37+
},
38+
{
39+
"minimumVersion": "0.2.0",
40+
"support": {
41+
"sign": true,
42+
"verify": true,
43+
"iss": true,
44+
"sub": true,
45+
"aud": true,
46+
"exp": true,
47+
"nbf": true,
48+
"iat": true,
49+
"jti": false,
50+
"hs256": true,
51+
"hs384": true,
52+
"hs512": true,
53+
"rs256": true,
54+
"rs384": true,
55+
"rs512": true,
56+
"es256": true,
57+
"es256k": true,
58+
"es384": true,
59+
"es512": true,
60+
"ps256": false,
61+
"ps384": false,
62+
"ps512": false
63+
},
64+
"authorUrl": "https://github.com/nefilim",
65+
"authorName": "nefilim",
66+
"gitHubRepoPath": "nefilim/kJWT",
67+
"repoUrl": "https://github.com/nefilim/kJWT",
68+
"installCommandHtml": "maven GAV: io.github.nefilim.kjwt:kjwt-core:0.2.0"
3769
}
3870
]
3971
}

0 commit comments

Comments
 (0)