important-engineer-54926
07/30/2025, 12:06 PMid
, ory_user_id
, email
, roles
, firstName
, lastName
, etc. Currently, some of this data is stored in my own database and some in ORY, which means I need to query both and that’s something I'd like to avoid.
Ideally, I’d like to show all user information in a single table. What would be the recommended approach here?
• Is it a good idea to store all user-related data (like firstName
, roles
, etc.) entirely in ORY, and just fetch everything from there?
• Or is it better to store this information in my own database after registration and keep syncing as needed?
I'd really appreciate any advice or best practices. Thanks!magnificent-energy-493