crystal-community / jwt

JWT implementation in Crystal
MIT License
206 stars 24 forks source link

Change JWT.decode payload type #13

Closed ansarizafar closed 5 years ago

ansarizafar commented 7 years ago

JWT.decode currently returns payload as Hash(String, JSON::Type). JWT.decode must return payload as Hash(String, JSON::Any ).

stakach commented 5 years ago

Decode returns Hash(String, JSON::Any)