auth0/auth0-vue

Can we use auth0-vue to setup an auth0lock

qixiaojian310 opened this issue · 1 comments

I want to use auth0lock, I have already know how to use it, but I don't know how to use auth0-vue to combine with it to build an embedded application.

Thanks for reaching out!

This SDK does not support lock and we have no intention to support that through this SDK, as this SDK focuses on providing Authentication using the Authorization Code Flow (with PKCE).

If you want to use lock, I suggest to use lock directly and create your own Vue wrapper/plugin as needed.

However, we do recommend sticking to Auth0-Vue and rely on Auth0's Universal Login Page instead.