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

server: add sessions timeouts #386

Merged
merged 2 commits into from
Dec 26, 2024
Merged

server: add sessions timeouts #386

merged 2 commits into from
Dec 26, 2024

Conversation

conradoplg
Copy link
Contributor

@conradoplg conradoplg commented Nov 29, 2024

Based on #383

Closes #375

This adds sessions timeouts, and fixes the existing timeouts which weren't being enforced.

I tested this manually; change the session or access token to e.g. 10 seconds, start the server, start a coordinator and wait. It will eventually error out due to the session or access token timing out.

We can add a proper test later on.

@mpguerra mpguerra linked an issue Nov 29, 2024 that may be closed by this pull request
Base automatically changed from key-auth-cleanup to main December 26, 2024 19:42
@conradoplg
Copy link
Contributor Author

I'm admin-merging this to get things going. We can do an overall review/testing pass when we finish the current scope.

@conradoplg conradoplg merged commit f5cb068 into main Dec 26, 2024
5 checks passed
@conradoplg conradoplg deleted the session-timeout branch December 26, 2024 19:57
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

Successfully merging this pull request may close these issues.

Add session timeouts
1 participant