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.
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!
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