Total Cookie Protection breaks auth

Firefox uses Total Cookie Protection by default nowadays, which seems to break the authentication flow, as demonstrated in this video I recorded:

Is it possible that I’m implementing this incorrectly? I’m simply using @auth0/auth0-vue right now.

This is a problem for me as network.cookie.cookieBehavior defaults to 5 on Firefox, as far as I’m aware, and I don’t know how else I’m meant to login… I would rather not have to use a pop-up.

1 Like

Hi @Bell,

Welcome to the Auth0 Community!

You may be able to avoid this by using refresh token rotation and localstorage for the cache. Here’s the doc for each setting:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.