Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of user idel time sout #1146

Closed
tech-sam opened this issue Nov 1, 2018 · 1 comment
Closed

Implementation of user idel time sout #1146

tech-sam opened this issue Nov 1, 2018 · 1 comment

Comments

@tech-sam
Copy link

tech-sam commented Nov 1, 2018

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 .

@aeneasr
Copy link
Member

aeneasr commented Nov 1, 2018

As noted in the issue templates, ask questions like these in the chat or in the forums.

@aeneasr aeneasr closed this as completed Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants