Auth0 redirecting back to call url after login angular2
问题 After login the auth0 redirects me back to the call back url on angular2. How can i make it go to the path that i gave to the routing without redirecting to the call back url. 回答1: I've been working through this same issue.. It seems you have a couple options. a) Use popup mode This is easy to implement but Auth0 recommends to not use this because of browser inconsistencies. (namely some IE and Chrome/Firefox on iOS) It's as simple as adding a flag to your lock options object var lockOptions