I have two questions for now
1-) Is it possible to synchronize the profile stored at the Auth0 server with the user’s data when using a custom database connection?
This is crucial because if the user’s data changes in the MySQL server, the profile will not change in Auth0’s server, leading to inconsistencies after subsequent client authorization requests
2-) My second question is whether it is possible to setup a custom MySQL database connection through SSH ( Mandatory for servers set up not to allow remote connections )
Thanks in advance