How to store user related data in my own database?

I want to let users to manage additional fields like second email or lets say timezone offset. How should I do it using my own database. I can add user_id (auth0|0123456789abcd) to the access token but not sure if its a good idea.

  1. Can I store such fields in auth0 database?

Good morning @DTX I would recommend storing the details of a user in the metadata. Otherwise if you leverage a custom database then you would be utilizing an enterprise feature which may increase costs of your tier plan. Please let me know if you have any questions. Thanks!

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.