Hi!
I’ve worked with Auth0 before but I’m having a lot of trouble trying to get the Vue Quickstart to work properly. The issues are:
- After adding in the required
Auth0Pluginplugin as per the Quickstart, attempting to login from the “Home” screen returns a 401 with{error: "access_denied", error_description: "Unauthorized"} - The History on the User page in the Auth0 dashboard seems to indicate that there was a successful login
- The application does not redirect to the desired page after the “successful” login
- Have a Rule that is supposed to read from
app_metadataand add to the JWT but I getundefinedwhen attempting to readuser.app_metadata - I turned off that Rule in an attempt to try and get the login working but no luck their either
Any guidance on this would be great - I’m trying to use Auth0 as the user management section of a side project I’m working on so I’m only on the free tier currently.
Best,
John