Testing Auth0

Starting with the diagram of all Front-end Testing:

ionic-front-end-testing-options.png

Some Diagram Notes

What appears to be significant

  • Setting `<preference name="AndroidLaunchMode" value="singleTask" />` appears to avoid dropping the connection when the emulator or device go off to Auth0 to do the browser stuff; connection is maintained. (iOS seemed to behave this way anyway.)
  • For iOS, getting the `<allow-intent>` setup for the custom URL seemed to allow this to begin working.
  • Not clear what effect the CORS whitelist has.

Specifics for Auth0 and CORS:

testing-environment----ionic.png
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License