Introducing the Brand-New Auth0 Vue SDK

Learn about the essential features of the Auth0 Vue SDK and how it helps developers secure Vue 3 apps.
Read more…

:writing_hand:t2: Brought to you by @steve.hobbs

1 Like

What’s up Devs! How did you like this post? Share with us your comments or feedback with us on this thread!

Hi! Thanks so much, this seems to be working. My understanding is this replaces auth0-lock for vue? Is there still a way to pass in options (theme, audience, etc)?

1 Like

Hi @lizzie, this SDK is effectively a wrapper around our Auth0 SPA SDK, which is built around our hosted Universal Login page. Unfortunately it does not replace our auth0-lock package, so if you’re currently using that you will not be able to replace it with this one.

Hope that clears things up!

2 Likes

Thanks for the follow-up Steve!

There is a typo. “npm install @aut0/auth0-vue” should be “npm install @auth0/auth0-vue”

1 Like

Thanks for reporting that! cc: @robertino.calcaterra

1 Like

Thanks for reporting that! Now it’s fixed! cc @konrad.sopala

2 Likes

Perfect! Thank you a lot!

1 Like

Check out our Vue Developer Guides to learn how to use this new Auth0 Vue SDK to secure your Vue apps!

1 Like