JSON Web Token library for C++
JSON Web Token(JWT) is a JSON based standard (RFC- 7519) for creating assertions or access tokens that consists of some claims (encoded within the assertion). This assertion can be used in some kind of bearer authentication mechanism that the server will provide to clients, and the clients can make use of the provided assertion for accessing resources.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.4-8.fc41 | - |
Fedora 41 | 1.4-8.fc41 | - |
Fedora 40 | 1.4-7.fc40 | - |
Fedora EPEL 9 | 1.4-7.el9 | - |
Fedora EPEL 8 | 1.4-7.el8 | - |
You can contact the maintainers of this package via email at
cpp-jwt dash maintainers at fedoraproject dot org
.