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.
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!