ruby-jwt

JSON Web Token implementation in Ruby

Description

A JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters, and used as a means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed.

The JWT specification supports several algorithms for cryptographic signing. This library currently supports HMAC (HS256, HS384, HS512) and RSA (RS256, RS256, RS512). Unsigned plaintext JWT's are supported too.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/jwt/ruby-jwt


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-jwt