composer / packagist

Package Repository Website - try https://packagist.com if you need your own -
https://packagist.org/
MIT License
1.75k stars 477 forks source link

Logout: add CSRF token and clear site data #1422

Closed glaubinix closed 6 months ago

glaubinix commented 7 months ago

Clears the browser cookies, cache + storage on logout. Storage is currently not used as far as I can tell.

stof commented 7 months ago

Well, on logout, the remember-me cookie should be deleted by Symfony anyway. So I don't understand why you could not clear it.

glaubinix commented 7 months ago

Thanks for the clarification! Updated.

Seldaek commented 6 months ago

Thanks