Пакет cpp-jwt: Информация
Исходный пакет: cpp-jwt
Версия: 1.5.1-alt1
Собран: 30 августа 2025 г. 10:44 в задании #393669
Категория: Разработка/C++
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/arun11299/cpp-jwt
Лицензия: MIT
О пакете: A C++14 library for JSON Web Tokens(JWT)
Описание:
For the uninitiated, 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.
Сопровождающий: Nazarov Denis
Последнее изменение
30 августа 2025 г. Nazarov Denis 1.5.1-alt1
- New version 1.5.1.
27 мая 2025 г. Nazarov Denis 1.5-alt1
- New version 1.5.
30 мая 2023 г. Nazarov Denis 1.4-alt1
- Initial build for ALT Linux