Closed ansarizafar closed 5 years ago
JWT.decode currently returns payload as Hash(String, JSON::Type). JWT.decode must return payload as Hash(String, JSON::Any ).
Decode returns Hash(String, JSON::Any)
JWT.decode currently returns payload as Hash(String, JSON::Type). JWT.decode must return payload as Hash(String, JSON::Any ).