astarte-platform / astarte-dashboard

Astarte dashboard
http://astarte-platform.org
Apache License 2.0
17 stars 16 forks source link

Avoid using localStorage in favor of cookies #419

Closed davidebriani closed 1 week ago

davidebriani commented 3 months ago

The idea here is that cookies provide better handling for the auth details, such as setting an expiry or letting users ergonomically purge their cookies to clear the auth details.

eddbbt commented 3 months ago

https://github.com/astarte-platform/astarte-dashboard/pull/422