haikalrios commented on issue #1344:
URL: https://github.com/apache/shiro/issues/1344#issuecomment-1988344546

   Exactly, that's the point . Thank you for the contribution @fpapon 
   
   Regarding the model that mixes session and JWT expiration validation, 
although it's possible, it seems to add extra complexities. For instance, 
synchronizing the session expiration time due to inactivity with the expiration 
time of the access token and/or refresh token. After all, if a session expires 
while the JWT is still valid, we would have a collateral effect for the user.
   
   thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to