How to set up authentication using Auth0 along with react? I have two components like login and signup and user should be able to sign up using their mail ID. after sign up, users data would store in application state and will be used for login. Can anyone help me to achieve this?
No responses yet.