Ready to post? First, try searching for your answer.
Hi
I am developing a new Angular 17 SPA app. I am currently using Auth0 New Universal login method for use login. My app requires support for local language and custom theme (color palette) which is not fixed and I will receive it in an API.
So far I have designed a custom design HTML form using the my a CSS theme and uploaded it under Branding โ Universal Login โ Advanced Options โ Login โ HTML โ Custom Login Form. The login is working fine but now I need to add additional fields (like First Name, Last Name) in the signup form.
- I have read somewhere that the New universal login does not allow customization of the signup form. Is that true?
- Can I use newly introduced Forms for progressive profiling and continue using the custom html form for login?
- If yes, can I change its theme and language dynamically based on the API response?
- If none of the above is possible, should I switch to the classic method instead? I am assuming that it will allow me to develop custom Login, Signup forms hosted under my app which will talk to Auth0 through backend API. I am not sure about this approach though as it will be an overhead and it will be deprecated soon.
Please suggest