ruby-jwt
Token generator
An implementation of the OAuth JSON Web Token standard in Ruby
A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
4k stars
53 watching
377 forks
Language: Ruby
last commit: about 1 month ago
Linked from 2 awesome lists
jwtjwt-tokenoauth-json-webrubyruby-jwt
Related projects:
Repository | Description | Stars |
---|---|---|
auth0/java-jwt | A Java library implementing the JSON Web Token standard for digital signatures and token validation. | 5,917 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 298 |
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,979 |
golang-jwt/jwt | An implementation of JSON Web Tokens for authentication and security in Go programming language | 7,375 |
garyf/json_web_token | Provides Ruby implementation of JSON Web Token standard for secure authentication and token validation | 60 |
auth0/jwt-decode | A library to decode and parse JSON web tokens | 3,226 |
ticarpi/jwt_tool | A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities | 5,501 |
auth0/node-jsonwebtoken | An implementation of JSON Web Tokens in Node.js. | 17,760 |
gokul595/api_guard | Provides JWT-based authentication with token refreshing and blacklisting for Rails APIs | 276 |
lynndylanhurley/devise_token_auth | Provides a token-based authentication system for Rails JSON APIs | 3,550 |
octokit/octokit.rb | A Ruby toolkit providing a simple and idiomatic interface to the GitHub API | 3,858 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
ohler55/oj | A fast JSON parser and object marshaller as a Ruby gem. | 3,164 |
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,180 |
lcobucci/jwt | A PHP library for creating and managing JSON Web Tokens with digital signatures. | 7,318 |