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

ensure memory and moka store persist expiry #82

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Conversation

maxcountryman
Copy link
Owner

This fixes a bug revealed in #74 where MemoryStore and MokaStore were erroneously returning expired sessions. This happened because the expiry date was not persisted when the session was saved. To address this, we store the expiry date when saving the session.

This fixes a bug revealed in #74 where `MemoryStore` and `MokaStore`
were erroneously returning expired sessions. This happened because the
expiry date was not persisted when the session was saved. To address
this, we store the expiry date when saving the session.
@maxcountryman
Copy link
Owner Author

There seems to be an issue with Action's connecting to the Docker hub at the moment. However, these tests are passing locally so I'm going to merge this.

@maxcountryman maxcountryman merged commit ee58423 into main Nov 11, 2023
5 of 13 checks passed
@maxcountryman maxcountryman deleted the debug-74 branch November 11, 2023 16:40
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.

1 participant