Auth0 Beginner - What is the recommended best practice for synchronizing users with external databases?

Hi @viniciusteixeiradias,

Welcome to the Auth0 Community!

There are different ways to approach synchronizing your external user DB with the Auth0 user store.

Alternatively, you can use your DB as the source of truth with Custom Database Connections, but this will limit you to only username/password connection and no third party IdPs like Google or Github.

Let me know if you have any questions.