Hello !
I have read the excellent thread from lvillacin about using Auth0 in a chrome extension popup. This is working very well and I’m glad to be able to silently login my users in the extension.
However, when I tried to make it work for Firefox, I encounter a pretty concerning issue:
While it is advised to use chrome-extension:extensionid
as redirect_uri, this can’t be done because firefox extension uuid are non deterministic and change at every install, thus cannot be whitelisted in the Auth0 dashboard.
Do you see any solution for this ?
Best,
Maxime