Auth0 - enriching data with user information Auth0 - enriching data with user information node.js node.js

Auth0 - enriching data with user information


I do not think there is an ultimate solution for this problem.

What I did was creating a user table with user id and user name in my own database. Whenever somebody logs via Auth0 in I would create or update the logged-in user information in that table with the OAuth token information.

After that you could join the tables as you stated.