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

Feat: store/retrieve enrollment expiry in session #1985

Merged
merged 4 commits into from
Mar 26, 2024

Commits on Mar 25, 2024

  1. refactor(session): remove unnecessary log statements

    these cause a lot of noise in our logs and aren't very useful
    thekaveman committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5666973 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. feat(session): store and retrieve enrollment expiry as datetime

    returned expiry datetime is always an aware datetime instance in UTC
    thekaveman committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    09cbaed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05cf5a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16dbbe0 View commit details
    Browse the repository at this point in the history