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

Commits on Nov 11, 2023

  1. ensure memory and moka store persist expiry

    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 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    54a89fe View commit details
    Browse the repository at this point in the history