Hello everyone
I just started looking into Auth0 as I want a really good authentication and not something half baked.
Now I have the question if the following scenario is possible:
Let’s say the users of my application can belong to a certain group, this group will then be assigned to their database.
Do I have the possibility to extend the user schema with Auth0 and store to which database or group they belong, and if so, how can I give this information back to the frontend (React App), so that in the further course in the API (Node) the requests are made against the selected database?
If the scenario is not understandable, I can provide more info.
Thanks in advance!