Tinkerforge / esp32-remote-access

Server side of the remote access for Tinkerforge Warp-Chargers.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Upgrade actix web crate to support Chrome and Safari #11

Open ffreddow opened 6 months ago

ffreddow commented 6 months ago

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 commented 4 months ago

There is currently a workaround implemented: https://github.com/Tinkerforge/esp32-remote-access/blob/2c9cabfab357dde31b47829a94260fd88b60873a/backend/src/routes/auth/login.rs#L149