Storing custom user data

We would like to securely store user’s sensitive information beside username/password and retrieve it in a secure way, is this possible to do with Auth0.

Hi @jcarlos

You can use the user’s app_metadata to store information:

Please note - you should only store data that is involved in Identity and Access Management (or authentication and authorization). You shouldn’t use Auth0 as a general purpose user database, that info should be stored by your app on your platform.

John

2 Likes