guile-jwt - Summary
This group is not part of the GNU Project.
guile-jwt is a JSON Web Token module for Guile. JSON Web Tokens are an open, industry standard (RFC 7519) method for representing claims securely between two parties. guile-jwt allows you to decode, verify and generate JWT.
- Supported algorithms: HS256, HS384, HS512.
Registration Date: Fri 17 Aug 2018 10:23:35 PM UTC
License: GNU General Public License v3 or later
Development Status: 4 - Beta
posted by aleix, Sat 18 Jul 2020 01:50:44 AM UTC
I'm happy to announce guile-jwt 0.2.0. This new version supports Guile 3 and updates hash tables to alists which is what guile-json uses now.
Happy hacking!
posted by aleix, Thu 30 Aug 2018 04:38:10 AM UTC
I'm pleased to announce the first version of guile-jwt 0.1.0. It currently supports HS256, HS384 and HS512 algorithms.
Happy hacking!
Powered by Savane 3.14-79a4.
Corresponding source code