my use case is as follows:-
- using a react app to fire a login button on the screen clicking which the user redirects to auth0 login
- when the user clicks on signup , i need to have 3 fields there- firstname, lastname and email.
- these 3 fields needs to be sent to our api to check if this is an existing user or not
Hi @dhruv.gupta
Welcome to the Auth0 Community!
Thank you for posting your question. To achieve the desired results, you will need to combine the Universal Login, which resources you can find here → How to Customize the New Universal Login Page, and use the pre-user-registration action to check for if this exist in the external system Pre-user Registration Trigger
Thanks
Dawid