Custom login/signup page

Hi,
I am working on Angular SPA and have to create custom Login and SignUp Pages, and wire them up with Auth0 services.
I have already implemented Auth0 popup login based on these instructions: Auth0 Angular SDK Quickstarts: Login and it works.

Can you please recommend any instructions explaining how to make custom in-app page to have the same functionality?
I assume there should be some established way to send the payload from my forms directly to Auth0 API and then pass responce to injected Auth0Client…

thank you!

Hi @andrew-a,

Welcome to the Auth0 Community Forum!

What you are referring to is known as embedded login here at auth0.

The quickstart you mentions the use of lock to embed the login in your page. The docs for this can be found here:

I would recommend taking a look at this doc that describes the shortcomings of embedded login, and the additional security concerns associated with it. We typically recommend universal login (the redirect based flow) but offer embedded as well.

Let me know if you have questions.

Thanks,
Dan

1 Like

thank you Dan, I will review the doc.

1 Like

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