Replies: 2 comments 1 reply
-
Could you post more details on what have you found out so far? This situation seems possible to me; a JSON request comes in, but the JWT token is missing, and an account somehow gets logged in during the request (before the new JWT token is returned in the response). The |
Beta Was this translation helpful? Give feedback.
-
I wrote a bunch of stuff here, but on further consideration it made no sense. Bottom line, I hadn't considered the differences in expiry timeouts, and after a day I was "still logged in", via web-session, which had expired, and was feiling to be renewed. The issue had nothing to do with JWT. |
Beta Was this translation helpful? Give feedback.
-
For
rodauth.logged_in?
I get true, but forrodauth.valid_jwt?
I get false.I'm not sure exactly how I got into this situation, but since I have it I am trying to understand it.
If anyone has any thoughts, I'd appreciate them!
Beta Was this translation helpful? Give feedback.
All reactions