Integrated Auth0 method
-
I’m trying to integrate with auth0 for security. However, I can not seem to get the correct callback URL to use. It is currently located on the home page (localhost: 8080) but the error page appears instead. I have a VUJS example that usually works with the same detail. Did I forget the configuration?
https://www.google.com.vn/ -
for me, I had to set a route /callback component and used router.replace to redirect it to the originating route which is /user for my case