I’m new to all this. Am I right that, to use roles (e.g. employee vs. employer) I need to install the Auth0 Authorization extension? I ask just because the docs for that seemed rather long-winded, just to implement something so simple as roles. Would a simpler approach be to just store arbitrary meta on my users, and then implement the “what sort of user are you” logic in my API, rather than leaving this to Auth0, or is there some simpler way?
[EDIT] - I’ve just seen that there’s also “roles” in the main A0 dashboard. Are these different roles from those goverened by/managed under the extension?