opencollective / opencollective

We're tracking all our Issues, RFCs and a few other documents in this repository.
https://opencollective.com
MIT License
2k stars 367 forks source link

[Project] Cookie for authentication #7476

Closed znarf closed 1 week ago

znarf commented 1 month ago

We're historically using localStorage for authentication and want to switch to cookie which make more sense.

Using localStorage was originally thought as a way to bypass "Cookie banners" but it was a misconception and essential cookies are absolutely fine without any user input.

Betree commented 1 month ago
Betree commented 1 month ago

This week Same as last week, @kewitz and @Betree to review @hdiniz's PR.

Betree commented 1 month ago

This week

Betree commented 3 weeks ago

This week

hdiniz commented 2 weeks ago

This week

hdiniz commented 1 week ago

Cookie based authentication is released with preview feature option for using authenticated SSR, it is to be enabled globally after we validate with the team.