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

Upgrade actix web crate to support Chrome and Safari #11

Open
ffreddow opened this issue Mar 15, 2024 · 2 comments
Open

Upgrade actix web crate to support Chrome and Safari #11

ffreddow opened this issue Mar 15, 2024 · 2 comments
Labels
enhancement New feature or request low priority This issue has a low priority. Semver A This is a breaking change

Comments

@ffreddow
Copy link
Member

The version of the cookie crate used by the current versiom of actix-web does not support cookie partioning yet which leads to chrome and safari blocking the authentication cookie needed to register the charger.

@ffreddow ffreddow added the bug Something isn't working label Mar 15, 2024
@ffreddow
Copy link
Member Author

There is currently a workaround implemented:

let cookie_string = format!("{}; Partitioned;", cookie.to_string());

@ffreddow ffreddow added the enhancement New feature or request label Apr 22, 2024
@ffreddow ffreddow added the low priority This issue has a low priority. label Apr 29, 2024
@ffreddow ffreddow removed the bug Something isn't working label May 15, 2024
@ffreddow ffreddow added the Semver A This is a breaking change label Oct 8, 2024
@ffreddow
Copy link
Member Author

ffreddow commented Oct 8, 2024

This is a Semver A issue since it will be a breaking change in actix. See actix/actix-web#3336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This issue has a low priority. Semver A This is a breaking change
Projects
None yet
Development

No branches or pull requests

1 participant