I’m using the VueJS plugin with Universal Login and have it working successfully. I can display basic user info from the this.$auth0.user
returned after log-in.
I had a feature request though to enable Usernames. I’ve done this in the Database connection within Auth0 and, while the Universal login prompts for a username & it gets stored in the DB OK, and can see it in the “raw JSON” view, but it’s not coming back from the Vue plugin.
From this blog post — Auth0 Vue SDK Quickstarts: Login — it sounds like “profile” information should be available. Do I need to make a separate call for it?