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

Remove expired SessionUsers #9

Open
donaldgray opened this issue Oct 5, 2021 · 0 comments
Open

Remove expired SessionUsers #9

donaldgray opened this issue Oct 5, 2021 · 0 comments
Assignees

Comments

@donaldgray
Copy link
Member

All auth interactions will result in the creation of a SessionUser.

These are fairly short lived and have a set expiry. This expiry is extended when they are used, however we could end up with a table full of sessions that have expired.

Create something that clears down expired SessionUser records periodically - this could be done as part of check in webapp or as a separate daemon job.

@donaldgray donaldgray self-assigned this Oct 5, 2021
@donaldgray donaldgray transferred this issue from dlcs/protagonist Jul 5, 2023
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

1 participant