I’m trying to use Auto0 with my web extension.
I don’t know which URL to provide as a callback URL.
Need help please!
Hey there @forwardapp welcome to the community!
Where you redirect users is up to you, but some more info on callback urls can be found here. If you’d like to see this in action, I recommend taking a look at any of our quickstarts - For example, our React quickstart:
Hope this helps!
Hi @tyf !
Thanks for the quick reply. The problem I’m facing is specific to Chrome Extensions, as they do not have a standard URL. So I’m not sure what do I put. Our URLs start with chrome-extension rather than http:// protocol.
Gotcha, thanks for clarifying! Unfortunately I have not had the chance to dive into this myself, but perhaps this repository will help. It is a bit outdated and uses Lock as opposed to Universal Login.
The example uses the auth0-chrome
library:
Hope this helps at least point you in the right direction!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.