Set up social login through Google
i've integrated Auth0 into a react app to enable user authentication with a simple login functionality.
How i built it
- Auth0 Setup: created an app on the Auth0 dashboard and configured url for callback, which involved adding http://localhost:3000 as the callback url to handle redirects during login.
- Login Functionality: created a login button that triggers the loginWithRedirect() method.
Built With
- auth0
- react.js

Log in or sign up for Devpost to join the conversation.