Capacitor and Auth0js

Hello ,
I transform my pwa to application with capacitor framework. I use auth0.js , for my pwa , with no problems.
WIth capacitor I add
“server”: {
“iosScheme”: “https”,
“androidScheme”: “https”
}
in capacitor.config.json , I can authorize , but the callback not working ,
because i don’t know which url is correct.

Best Regards

Hi there @nseb,

If you’re leveraging Ionic 4 with Capacitor we have a quickstart that may help shed some light on this front found below:

https://auth0.com/docs/quickstart/native/ionic4/01-login?_ga=2.47801890.486774834.1591735942-300421487.1591151341

Specifically this section may help you in your challenge:

To be able to make requests from your application to Auth0. Set the following origins in your Application Settings.

http://localhost, ionic://localhost, http://localhost:8100

the origins http://localhost and ionic://localhost are needed for Android and iOS respectively, and http://localhost:8100 is needed you’re running your application with livereaload option.

Please let me know if you have any questions. Thanks!

1 Like

Hi @James.Morrison , I resolved the first problem with deeplink in Android and Google , but the there is many problems for auth0-spa.js to manage callback from deeplink , and The silent token not working.
I tried to fork to update your Librairies

2 Likes

Can you share a bit more details on this front? Have you created a Github issue related to this on the SDK? Thanks.

1 Like

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