Simple-auth0-fastapi-react-app example repo

Hi,
I’m posting here a github repo that we created to help anyone who wants to start using Auth0 understand the basic flows.

This is a React application with a python FastAPI backend that uses the auth-python package to communicate with Auth0 API.

Currently supports:

  • Login
  • Signup
  • Delete user
  • Social login (google)

simple-auth0-fastapi-react-app

Feel free to leave feedback and contribute,
Roy.

1 Like

That’s great thanks for sharing it with the rest of community!

Thanks for making this its very helpful, do you think its possible to have the fast api endpoints update an external mongodb in addtion to the auth0 db?

Yes of course. Just add a connection to your db and write whatever you need