How do I just "log in"? I don't want users to have to accept scopes for a specific application (bypass consent)

I have log in working with my NuxtJS application however auth0 is asking the user to accept scopes. How do I bypass consent and just log in?

1 Like

It was because I was running on localhost.

I added an alias to my /etc/hosts and all is well.

1 Like

Thanks for following up on this!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.