There was an error while loading. Please reload this page.
The library is not able to verify the encrypted tokens.
In the file jwt.php line no 219, should this changed to something like return $this->decode($claims) rather than
return json_decode($claims);
The library is not able to verify the encrypted tokens.
In the file jwt.php line no 219, should this changed to something like return $this->decode($claims) rather than