We want the user to log in and store a copy of their data in our local database for later analysis. My current thinking is to parse JTW to get user information, is this feasible?
Welcome to the Auth0 Community!
Thank you for posting your question; depending on your use case, it’s possible to archive that with ID tokens; with actions, you can also add additional claims to the token. Another example could be to use the custom database to change the source of truth from a Auth0 hosted database to your internal one. Another possible option is to utilize the Actions to send a notification to your local database → Post-user Registration Trigger
There are multiple choices based on your use case.
Thanks
Dawid
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.