Auth0 + Django - Deleting an Account from Auth0 Panel does not affect the Django User Database

Problem is so straightforward.

I can register my users easily with Auth0 and see their IDs in Django Admin Panel. I can authenticate and everything, no problem there.

But when I delete a user from Auth0 (not from Django Admin Panel), the deleted user still exist in my database. I use default settings, I do not have a custom database integrated with Auth0 etc.

Hi @metegenez,

Welcome to the Community!

I’m not too familiar with the Django Admin Panel, however, if the user is stored in the Django admin panel separately, then unfortunately you’d likely need to delete the user separately.

Actually the user are originated from Auth0 register. As far as I understand, delete operation should be done at both side.

1 Like