json_web_token_ex
JWT library
An Elixir implementation of the JSON Web Token (JWT) Standard
An Elixir implementation of the JSON Web Token (JWT) Standard, RFC 7519
143 stars
5 watching
50 forks
Language: Elixir
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
garyf/json_web_token | Provides Ruby implementation of JSON Web Token standard for secure authentication and token validation | 60 |
joken-elixir/joken | A JSON Web Token library for Elixir | 774 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
rdf-elixir/jsonld-ex | An Elixir implementation of the JSON-LD standard for RDF data representation and serialization | 74 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
jwt-dotnet/jwt | An implementation of JSON Web Tokens for .NET. | 2,139 |
cristalhq/jwt | A lightweight JWT library for Go | 671 |
bryanjos/plug_jwt | A JWT authentication plug for Elixir applications | 39 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
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 |
crystal-community/jwt | An implementation of JSON Web Token authentication in Crystal programming language | 206 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
frasertweedale/hs-jose | Haskell implementation of JSON Object Signing and Encryption & JWT (JSON Web Token) | 122 |