Sorry newbee here, I have built a react app and I am trying to integrate with my Auth0 account. My requirements are
- I need some additional fields during signup. one of them is a Role as a dropdown. I need this role to be assigned to the user once sign up is complete.
2.Manipulate the UI based on the role and authenticated.
Can the community help me with guidance on how to go about implementing this?
Thanks