Good afternoon everyone. I am developing a Vue.js application and Auth0. I used this quickstart guide (Auth0 Vue SDK Quickstarts: Login) for vue.js, and found it mostly quite helpful to get up and running. This guide instructs us to install the SPA SDK (npm install @auth0/auth0-spa-js
).
A current challenge of mine, however, is that I haven’t found a way to offer the user an embedded login page. The quickstart, as well as the API documentation, indicate that we can use loginWithPopup
and loginWithRedirect
. What if I would like the user to authenticate directly within my webpage? Is there a way to accomplish this with the SPA SDK? If not, how might you direct me to implement an embedded login using Auth0?
Thanks for your help!