Auth0-chrome alternative for login from chrome extension

Thanks for the reply.

Yes, i am trying to use the same auth0 client, domain and audience for both web app and extension.

auth0/react is just a wrapper on auth0-spa-js so that should not be the problem. I am not setting the cacheLocation=localstorage as i have cookies enabled on my extension.

I am also using custom domain for auth0 APIs.

The main problem is what redirectURI should i set in the extension Auth0 configuration, as Auth0 requires us to enter the redirectURI in their dashboard. I only plan to call getAccessTokenSilently method from extension.

@leif.ross maybe you could help with this one.

Thanks
Dhruv