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

Log users out after 2 days #87

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Log users out after 2 days #87

merged 4 commits into from
Nov 13, 2023

Conversation

WillNilges
Copy link
Collaborator

By default, it's 2 weeks, and sessions persist across restarts.

Closes #58

@WillNilges
Copy link
Collaborator Author

I don't think it matters that sessions persist across app restarts.

pyproject.toml Outdated
@@ -11,6 +11,7 @@ dependencies = [
"python-dotenv==1.0.*",
"py3-validate-email@git+https://gitea.ksol.io/karolyi/py3-validate-email#[email protected]",
"phonenumbers==8.13.*",
"geopy==2.4.*",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need geopy for this change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TL;DR to make tests pass. Don't worry about it.

I dunno where it got lost along the way, but it did. It'll create a conflict with my other PR so I want to merge that one first since it'll be less annoying to fix this one.

@WillNilges WillNilges merged commit 091dcd0 into main Nov 13, 2023
3 checks passed
@WillNilges WillNilges deleted the willnilges/log-out branch February 19, 2024 02:03
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.

Admin session doesn't seem to expire
2 participants