Hey everybody,
We recently switched our app from hash based routing to standard. So now we were trying to use a dedicated callback for auth0. When the route is called it is callback/#access_token=eyJ0eXAiOiJ… After that it changes to callback#access_token%3DeyJ0eXAiOiJ… As you can see it removes the forward dash and changes the = to %3D. Parsehash returns a null on both the error and result in the callback on this.
Anybody have an idea on how I can resolve this? Thnx!