Using renewAuth with 3rd party cookies disabled

When I disable 3rd party cookies in Chrome, I’m no longer able to use renewAuth with usePostMessage enabled. It’s because the iframe source that is created by the script is on the different domain and no cookies are getting transferred.

Is there any way to mitigate this besides reverse-proxying auth0 to the same domain as my frontend?

1 Like