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

tower-sessions-core crate rework #218

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

Commits on Sep 20, 2024

  1. progress

    carloskiki committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5df956b View commit details
    Browse the repository at this point in the history
  2. mvp

    carloskiki committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b51d557 View commit details
    Browse the repository at this point in the history
  3. purge unused deps

    carloskiki committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1a2e893 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. strongly typed Session API

    carloskiki committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    afd2de2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. work on middleware

    carloskiki committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    97aed45 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. progress on middleware

    some progress
    carloskiki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8aa9bb View commit details
    Browse the repository at this point in the history
  2. more progress

    progress
    carloskiki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    80e89d2 View commit details
    Browse the repository at this point in the history
  3. more progress

    carloskiki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e92fcf6 View commit details
    Browse the repository at this point in the history
  4. list todos in readme

    carloskiki committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bc9f013 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Finished middleware

    carloskiki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f8ef37e View commit details
    Browse the repository at this point in the history
  2. complete memory-store impl

    carloskiki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a41b933 View commit details
    Browse the repository at this point in the history
  3. working memory store impl

    carloskiki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8623a3d View commit details
    Browse the repository at this point in the history
  4. cargo.toml update

    carloskiki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2f39520 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0d40791 View commit details
    Browse the repository at this point in the history
  2. minimal docs

    carloskiki committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c335490 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. remove comment

    carloskiki committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    08ec50e View commit details
    Browse the repository at this point in the history
  2. very nice API

    carloskiki committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    401b83b View commit details
    Browse the repository at this point in the history
  3. purge unused deps

    carloskiki committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c64ea98 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    1a873e1 View commit details
    Browse the repository at this point in the history
  2. doc fixes

    carloskiki committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    11b8092 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. changes

    carloskiki committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e1346eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494dd51 View commit details
    Browse the repository at this point in the history
  3. fix

    carloskiki committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    72e4ab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    941d63c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    de5e013 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. misc

    carloskiki committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b23fb18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4514c8 View commit details
    Browse the repository at this point in the history
  3. add documentation

    carloskiki committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3b6f028 View commit details
    Browse the repository at this point in the history
  4. fix tests

    carloskiki committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    66de666 View commit details
    Browse the repository at this point in the history
  5. add tracing

    carloskiki committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7b776aa View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d7649c4 View commit details
    Browse the repository at this point in the history
  2. better tracing

    carloskiki committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f82d9ce View commit details
    Browse the repository at this point in the history