Hi i had no issues with my login but after pushing my service to google app engine any time i try to login i get this exception.
{
"message": "operation failed",
"detail_message": "Token has expired",
"file": "/app/vendor/tymon/jwt-auth/src/Validators/PayloadValidator.php",
"line": 83,
"error": true
}
So i did some debugging and found out the user gets logged it but the error is from when i try to create the token using the fromUser() function please help me out
solved.. Sorry!
@therealmjk How did you solve this? I am also getting the same error
Most helpful comment
@therealmjk How did you solve this? I am also getting the same error