Jwt-auth: Token has expired during login operation

Created on 3 Aug 2017  路  3Comments  路  Source: tymondesigns/jwt-auth

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
}

Most helpful comment

@therealmjk How did you solve this? I am also getting the same error

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings