I am trying to setup Auth0 for my Quasar app that will use Capacitor but without success. Mainly i use auth0-lock and it works as expected but if i provide any callback url how will that work when the app is running on the device with Capacitor? For example i provide callback url http://localhost:8080/callback When the user is running this on a device this callback will not be valid... Any suggestions how to get Auth0 running for Vue with Capacitor?