garyf / json_web_token

A Ruby implementation of the JSON Web Token (JWT) standard, RFC 7519
MIT License
60 stars 4 forks source link

Please link to jwt_claims gem repo in README #1

Closed grempe closed 8 years ago

grempe commented 8 years ago

I was checking out this gem ( I got here via https://jwt.io/ )and wondering why something like exp claim support wasn't there. I took a chance and looked at your other repositories and discovered jwt_claims.

I would recommend you link to jwt_claims from your README, and maybe add a short description for why you chose to split the claims functionality into a separate gem.

https://github.com/garyf/jwt_claims

Cheers.

PS - I'm impressed with the nice clean code! Well done.