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.
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 discoveredjwt_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.