I know the feeling. I’m blocked by this (having made the same decision as you before) so I’m going to try to figure it out. I’ll let you know if I get something working.
@huntsfromshadow@lstyles Yeah I actually just noticed this week that it doesnt work with Vue 3. I still haven’t had a chance to dig into how plugins changed with Vue 3, but I’ll try to spend some time on it next week and update here if I can get it working!
Thanks for sharing, very much appreciated. Ended up implementing it pretty much the same way few days ago. Still waiting for some a Auth0 recommended implementation though.
Also tried this and worked great. I was able to access the login page → sign in on universal login → redirect to the callback function. But my problem now is that when you create using the createAuth0Client API to populate the “client”, it doesn’t include the methods like “handleRedirectCallback” thereby, doesn’t change the appState parameter.
Worked for me too. For anyone who plans to use this be carefulw with the auth_config.json file: the original one from quickstart uses camelCase, while the one used here uses underscores. Thus you should pass client_id not clientId and redirect_uri not redirectUri.
@holly Any update on when the official quick guide can be updated for it to work with Vue 3?
I had a look at what @lstyles has shared and I’m struggling with a few things, so I’d actually like to complete our test of Auth0 with an official Auth0 quick guide.
That would be much appreciated … ideally using TypeScript. I tried to migrate the curren Quick Start guide from Vue 2 to Vue 3 with TypeScript but there are a lot of errors I have no idea how to address.