json_web_token
JSON token library
Provides Ruby implementation of JSON Web Token standard for secure authentication and token validation
A Ruby implementation of the JSON Web Token (JWT) standard, RFC 7519
60 stars
6 watching
4 forks
Language: Ruby
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
frasertweedale/hs-jose | Haskell implementation of JSON Object Signing and Encryption & JWT (JSON Web Token) | 122 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,712 |
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
ietf-wg-jsonpath/draft-ietf-jsonpath-base | Develops an internet standard for querying JSON data | 60 |
kylef/jsonwebtoken.swift | Provides an implementation of JSON Web Tokens in Swift | 762 |
crystal-community/jwt | An implementation of JSON Web Token authentication in Crystal programming language | 206 |
jwt-dotnet/jwt | A library providing an implementation of JSON Web Tokens for .NET authentication | 2,142 |