Every example/tutorial I can find shows how to implement Auth0 using the ‘lock’ hosted popup interface. While using lock certainly makes creating a login page easier, I require more control over my login/signup forms than the popup provides. Trouble is, I can’t find any tutorials or documentation on implementing auth0 localdb and social (fb, twitter, etc.) login for React that doesn’t use ‘lock’
Can anyone point me in the right direction?