- Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Description
I'm trying testing expired token
test via postman
after login, I'm waiting for 5 minutes, for testing token expired
but get a response like this one
{ "errors": [ { "debugMessage": "invalid-jwt | The iss do not match with this server", "message": "Internal server error", "extensions": { "category": "internal" }, "locations": [ { "line": 2, "column": 3 } ], "path": [ "generalSettings" ] } ], "data": { "generalSettings": null } } is there anything I'm missing for setup?