Hi guys,
How would you handle relationships between business entities and users when using supertokens ?
For example : Retrieve all users of a specific company.
As far as I know, retrieving users by a custom property is not possible with supertokens API
Or maybe should we store the users in the same DB, and retrieve users via an ORM ?