JSON Web Token library to generate, parse, sign, and verify JWTs.
Go to file
Andrew Lalis 4585845c95 Split up reader and writer. 2025-07-30 10:23:13 -04:00
source/jwt4d Split up reader and writer. 2025-07-30 10:23:13 -04:00
.gitignore Initial implementation. 2025-07-29 20:29:19 -04:00
LICENSE Initial commit 2025-07-29 23:10:16 +00:00
README.md Split up reader and writer. 2025-07-30 10:23:13 -04:00
dub.json Initial implementation. 2025-07-29 20:29:19 -04:00
dub.selections.json Initial implementation. 2025-07-29 20:29:19 -04:00

README.md

JWT4D

A JSON Web Token library to generate, parse, sign, and verify JWTs.

Currently, only the "HS256" algorithm is supported.