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

Support for the Partitioned cookie attribute #2131

Merged
merged 5 commits into from
Oct 31, 2023
Merged

Support for the Partitioned cookie attribute #2131

merged 5 commits into from
Oct 31, 2023

Commits on Oct 21, 2023

  1. Support for the Partitioned cookie attribute

    Adds the option to include the `Partitioned` cookie attribute, required by Chrome in some contexts. Raises an error if `secure` is not set.
    flavio-b committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f37180b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    eb9d4ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3375f View commit details
    Browse the repository at this point in the history
  3. Don't raise error when partitioned attribute is set without secure

    The user can set the necessary attributes explicitly.
    flavio-b committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f2a9367 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update CHANGELOG.md

    flavio-b committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ddefc75 View commit details
    Browse the repository at this point in the history