Hello,
I’m new to Auth0 and I’m trying to figure out what are the differences and drawbacks using auth0.js in custom templates hosted on auth0 and having a custom implementation in our site using the auth0.js.
I would just use lock but our UI is not that simple so we’ve created a custom hosted page and it uses auth0.js, but then we figured out that we can have a custom login/registration UI in our SPA app and use Auth0.js to sign in and register users.
Thank you