frank_jwt
JSON token library
An implementation of JSON Web Tokens in Rust.
JSON Web Token implementation in Rust.
252 stars
9 watching
47 forks
Language: Rust
last commit: 12 months ago
Linked from 2 awesome lists
auth0-jwtauthenticationcryptographyjwtjwt-tokenrust
Related projects:
Repository | Description | Stars |
---|---|---|
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |
garyf/json_web_token | Provides Ruby implementation of JSON Web Token standard for secure authentication and token validation | 60 |
mike-engel/jwt-cli | A CLI tool to work with JSON Web Tokens | 1,108 |
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 |
frasertweedale/hs-jose | Haskell implementation of JSON Object Signing and Encryption & JWT (JSON Web Token) | 122 |
generationtux/jwt-artisan | A package that simplifies the use of JSON Web Tokens (JWT) in PHP for authentication purposes in web applications. | 141 |
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
sgrust01/jwtvault | An open-source library for managing and orchestrating JSON Web Token (JWT) workflow securely | 68 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
thalhammer/jwt-cpp | A header-only C++ library for creating and validating JSON Web Tokens | 909 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |