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

Optional userinfo ttl #671

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    fca20cf View commit details
    Browse the repository at this point in the history
  2. add DYNAMODB_TTL_DAYS setting

    By default this will be set to 0, which leaves the feature disabled.
    richhaase committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    67d2f43 View commit details
    Browse the repository at this point in the history
  3. set ttl on user cache records

    Sets the ttl on a user cache record to DYNAMODB_TTL_DAYS in the future.
    richhaase committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9f92106 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de0bfc1 View commit details
    Browse the repository at this point in the history