json_web_token icon indicating copy to clipboard operation
json_web_token copied to clipboard

A Ruby implementation of the JSON Web Token (JWT) standard, RFC 7519

Results 2 json_web_token issues
Sort by recently updated
recently updated
newest added

Does this library support [`kid` header for JWS](https://tools.ietf.org/html/rfc7515#section-4.1.4)?

I get the following error message: /Users/me/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/json_web_token-0.2.2/lib/json_web_token.rb:35: warning: already initialized constant JWT /Users/me/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/jwt-1.5.6/lib/jwt/json.rb:4: warning: previous definition of JWT was here fatal: Needed a single revision The app's source code can...