Package cpp-jwt: Information
Source package: cpp-jwt
Version: 1.4-alt1
Build time: Oct 20, 2023, 07:29 AM
Category: Development/C++
Report package bugHome page: https://github.com/arun11299/cpp-jwt
License: MIT
Summary: A C++14 library for JSON Web Tokens(JWT)
Description:
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.
Maintainer: Nazarov Denis