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

[actix-identity] Fix visit deadline #263

Merged
merged 5 commits into from
Jul 19, 2022

Commits on Jul 16, 2022

  1. Record the last visit timestamp when logging in.

    Luca Palmieri committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    a904673 View commit details
    Browse the repository at this point in the history
  2. Set last visited timestamp on the retrieved identity.

    Luca Palmieri committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    999391c View commit details
    Browse the repository at this point in the history
  3. Only register timestamps if they need to be tracked.

    Luca Palmieri committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    e3741b4 View commit details
    Browse the repository at this point in the history
  4. Add regression test.

    Luca Palmieri committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    0ca9130 View commit details
    Browse the repository at this point in the history
  5. Changelog entry.

    Luca Palmieri committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    bba74e3 View commit details
    Browse the repository at this point in the history