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

Add cookie management to axum-extra #816

Merged
merged 12 commits into from
Mar 4, 2022
Merged

Add cookie management to axum-extra #816

merged 12 commits into from
Mar 4, 2022

Commits on Mar 2, 2022

  1. Cookie management

    davidpdrsn committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    15e2e59 View commit details
    Browse the repository at this point in the history
  2. fix feature

    davidpdrsn committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3cef0cc View commit details
    Browse the repository at this point in the history
  3. Update axum-extra/src/extract/cookie.rs

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    davidpdrsn and jplatte authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4f0b96a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. add tests

    davidpdrsn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    cc049d9 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
    davidpdrsn and jplatte authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f98f251 View commit details
    Browse the repository at this point in the history
  3. less convoluted wording

    davidpdrsn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    493b1fe View commit details
    Browse the repository at this point in the history
  4. changelog

    davidpdrsn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fbc8f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e62a8f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    bbbee35 View commit details
    Browse the repository at this point in the history
  2. dedup tests

    davidpdrsn committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5f92e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e77ed82 View commit details
    Browse the repository at this point in the history
  4. fix docs

    davidpdrsn committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    91b802f View commit details
    Browse the repository at this point in the history