Auth0 integration
-
Hello,
I’m trying to integrate with auth0 for security. However, I can’t seem to get the right callback URL to use. It’s currently set to the homepage (localhost: 8080) but the error page appears instead. I have a regular VueJS example which works with the same details. Have I forgotten a configuration? -
Anyone managed to figure this out? I am experiencing the same problem…
Whatever callback I set, I get an error page on router.push. Although if push entre on the same address it works -
depends on what type of mode you are using i guess.
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
-
Would it be possible for you to share your implementation jpg?