You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I need to implement user idel session time out, as after completing successful login, I have access_token which I am verifying on every request come to serve using /oauth2/introspect so if access_token is active user can access the resource . so now i want to refresh expire time of access_token on every request and compare with idel session time configured .
for example if session time out is configured 15 min and server is not receiving request till 14 min if on next second request comes I need to refresh expire time of token to 15 min.
Thanks .
The text was updated successfully, but these errors were encountered:
Hi All,
I need to implement user idel session time out, as after completing successful login, I have access_token which I am verifying on every request come to serve using
/oauth2/introspect
so if access_token is active user can access the resource . so now i want to refresh expire time of access_token on every request and compare with idel session time configured .for example if session time out is configured 15 min and server is not receiving request till 14 min if on next second request comes I need to refresh expire time of token to 15 min.
Thanks .
The text was updated successfully, but these errors were encountered: