Login without redirect, in my own form

Hello! I’d like to authenticate the user and login without redirect or use a popup. I’d like to use my own form to collect the user’s credentials and authenticate. Is there a way to do that?

1 Like

Hi @israelvitordiniz,

Welcome to the Auth0 Community Forum!

It sounds like you are talking about embedded login. Take a look here:

We usually recommend universal login because it is gives you less responsibility for the security of your app. Embedded login is certainly a viable option, but just takes some more due diligence.

In the end, this is going to depend largely on your implementation (SPA, mobile/native, regular web app, CLI, etc.).

We can work through more details if you provide more context on your project.

Thanks,
Dan

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