Use existing django users with Auth0

490 Views Asked by At

I'm trying to connect Auth0 with django, but I want to use the users that already exists in the system. I want them to sync by their email, but Auth0 creates new users.

I used the Auth0 documentation to do so.

https://auth0.com/docs/quickstart/webapp/django/01-login

0

There are 0 best solutions below