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

refactor the CookieJar interface for more implementation independence #56

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

Commits on Jul 8, 2024

  1. fix: remove unknown nodoc annotations

    Signed-off-by: Nikolas Rimikis <[email protected]>
    Leptopoda committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e9dba5c View commit details
    Browse the repository at this point in the history
  2. refactor!: user FutureOr on the interface to allow for synchronous im…

    …plementation
    
    Signed-off-by: Nikolas Rimikis <[email protected]>
    Leptopoda committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    efa66e3 View commit details
    Browse the repository at this point in the history
  3. refactor!: make CookieJar interface implementation independant

    Signed-off-by: Nikolas Rimikis <[email protected]>
    Leptopoda committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    50cd79a View commit details
    Browse the repository at this point in the history
  4. feat: add ability to end the user session removing non persitent cook…

    …ies as defined by RFC6265
    
    Signed-off-by: Nikolas Rimikis <[email protected]>
    Leptopoda committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    08cfb10 View commit details
    Browse the repository at this point in the history
  5. chore: improve documentation

    Signed-off-by: Nikolas Rimikis <[email protected]>
    Leptopoda committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c1561c3 View commit details
    Browse the repository at this point in the history
  6. docs: add migration guide for 5.0.0

    Signed-off-by: Nikolas Rimikis <[email protected]>
    Leptopoda committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    08b66c4 View commit details
    Browse the repository at this point in the history