Auth0-react embedded

Please include the following information in your post:

  • Which SDK this is regarding: e.g. auth0-react
  • SDK Version: e.g. latest
  • Platform Version: e.g. Node 12.19.0
  • Code Snippets/Error Messages/Supporting Details/Screenshots:

Been scouring the documentation all over for this.
I can see on Lock’s homepage there is a way to embed an auth0 login in the same domain: https://auth0.com/lock but even the docs itself only has 2 cases now: https://auth0.com/docs/libraries/lock/lock-authentication-modes

I know Auth0-React isn’t using Lock, but is there a way to do an embedded login using Auth0-React?
This seems like a use-case that I and many others are looking for, but “solutions” I found are either too outdated or just never replied ever again.

1 Like

Hi @cgarrovillo,

Auth0-React isn’t built for embedded login forms.

You will need to use Lock or Auth0.js depending on if you want to embed our widget our build your own UI, respectively.

Also an obligatory disclaimer that you have likely already seen if you have done some research: we don’t recommend embedded login. You lose out on a lot of features and increase your attack surface by embedding the login form.

Hope that helps,
Dan

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.