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

feature request: Do not auto logout an active user #22

Open
ablack3 opened this issue Jan 9, 2024 · 4 comments · Fixed by #58
Open

feature request: Do not auto logout an active user #22

ablack3 opened this issue Jan 9, 2024 · 4 comments · Fixed by #58
Assignees
Labels
Complexity: XXL enhancement New feature or request
Milestone

Comments

@ablack3
Copy link
Collaborator

ablack3 commented Jan 9, 2024

Arachne datanode will automatically log me out while I'm in the middle of using the application. Can we have some different policy so I don't get logged out while I'm in the middle of creating an analysis?

@konstjar
Copy link
Contributor

The default session duration is 15 min. It could be configured with the parameter below:
datanode.jwt.expiration=900 # number in seconds

@ablack3
Copy link
Collaborator Author

ablack3 commented Jan 10, 2024

Is it possible to logout after a period of inactivity instead of simply a pre-specified time period? If the application is actively being used then it seems ok to not end the session right? Generally other web apps I use only log me out after I'm inactive for some length of time.

@konstjar konstjar added the question Further information is requested label Jan 10, 2024
@ablack3 ablack3 changed the title reconsider auto logout request: Do not auto logout an active user Jan 18, 2024
@ablack3 ablack3 changed the title request: Do not auto logout an active user feature request: Do not auto logout an active user Jan 18, 2024
@ablack3
Copy link
Collaborator Author

ablack3 commented Jan 18, 2024

An active user is someone who is actively interacting with the application. They have recently clicked something in the app. They should not be automatically logged out.

@alex-odysseus alex-odysseus added this to the v2.0.2 milestone Jul 3, 2024
dmitrys-odysseus pushed a commit that referenced this issue Jul 18, 2024
dmitrys-odysseus pushed a commit that referenced this issue Jul 18, 2024
dmitrys-odysseus pushed a commit that referenced this issue Jul 24, 2024
dmitrys-odysseus added a commit that referenced this issue Jul 25, 2024
#22 Avoid logging out active user
@dmitrys-odysseus dmitrys-odysseus linked a pull request Jul 26, 2024 that will close this issue
@konstjar konstjar removed this from the v2.0.2 milestone Oct 4, 2024
@konstjar konstjar added enhancement New feature or request and removed question Further information is requested labels Oct 4, 2024
@konstjar konstjar added this to the v2.1.0 milestone Oct 4, 2024
@konstjar konstjar modified the milestones: v2.0.4, v2.0.5 Oct 29, 2024
@konstjar
Copy link
Contributor

Since we are going to revise authentication methods, we will address it in the future release

@konstjar konstjar modified the milestone: v2.0.5 Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: XXL enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants