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.
Provides
Requires
License
MIT
Changelog
* Tue Feb 27 2024 Jonathan Wright <jonathan@almalinux.org> - 1.4-7
- Fix side channel vulnerability rhbz#2263329
* Thu Feb 01 2024 Teoh Han Hui <teohhanhui@gmail.com> - 1.4-6
- Provide cmake config
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject