actix-session: Partitioned parameter
Open
A-session
C-feature
- Dominant language
- Rust
- Stars
- 889
- Forks
- 224
- Avg merge
- 9h 37m
- Merged PRs (30d)
- 20
Description
Browsers are beginning to block 3rd party cookies, using `Partitioned` is a way to allow per-site 3rd party cookies, for example for logins.
See: https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies
Would be nice to have a `cookie_partitioned(bool)` similar to how `cookie_secure` behaves, to set the attribute.
Contributor guide
Assessment
This issue has not been assessed yet.