Ionic + auth0 in browser

Does anyone have a working solution for using Auth0 login in browser for a PWA? We’re currently using Auth0 in our Ionic 1 app, but we’re migrating to Ionic 2+ with hopes of offering a PWA alongside our mobile apps. However, it seems the two options for Auth0 and Angular 2+ exclude Ionic 2+ PWA.

  1. Uses PKCE and won’t work in browser at all, dependent on Auth0 Cordova https://auth0.com/docs/quickstart/native/ionic2/01-login

  2. Uses Angular Router, not compatible with Ionic 2+
    https://auth0.com/docs/quickstart/spa/angular2/01-login

Has anyone found a functional solution?

Hey - I am struggling with exactly same problem. Do you know in what format the redirect callback comes - I know it is possible to parse urls in ionic - but perhaps not exactly the same as the angular router?