jwt-cpp
JWT library
A header-only C++ library for creating and validating JSON Web Tokens
A header only library for creating and validating json web tokens in c++
909 stars
25 watching
243 forks
Language: C++
last commit: 4 days ago
Linked from 2 awesome lists
cppheader-onlyjson-web-tokenjwt
Related projects:
Repository | Description | Stars |
---|---|---|
jwt-dotnet/jwt | An implementation of JSON Web Tokens for .NET. | 2,139 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
yourkarma/jwt | A JSON Web Token implementation in Objective-C. | 351 |
taocpp/json | A header-only C++ library for working with JSON data | 596 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 355 |
mike-engel/jwt-cli | A CLI tool to work with JSON Web Tokens | 1,108 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
cristalhq/jwt | A lightweight JWT library for Go | 671 |
jwtk/njwt | A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization. | 432 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
jwt-scala/jwt-scala | A library providing JSON Web Token (JWT) support in Scala, allowing users to create, verify, and validate JWTs with various algorithms. | 674 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |