Identifying users in the backend

Is there a proper way of identifying users in my backend? I’m already authenticating users through auth0’s custom database feature.

So that means a “users” table is created and the users who created an account their “user_id” and “email” get added to my database. Thanks to Auth0’s custom database feature.

I’ve tried using my “user_id” as a foreign key but it doesn’t display any of my information Example: education table with the school name, school city and state. It only displays the information that was entered through Auth0 when creating an account “user_id”, “email”.

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?