mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
064f4df1ea
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
407 B
Text
8 lines
407 B
Text
JSON Web Token library for C++
|
|
|
|
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.
|