Angular 2 How to use with hash based routing

I’m following the Angular 2 Quickstart.
One of the notes says:

This example assumes you are using path-based routing which Angular defaults to. If you are using hash-based routing with { useHash: true }, you won’t be able to specify a dedicated callback route because the URL hash will be used to hold the user’s authentication information.
In my situation just at the moment I have to use the hash-based routing.

If I can’t use a dedicated callback, how can I use auth0 in my application?
I have been reading the documentation all day now and I can’t see any this can be done.

2 Likes