Authorization with user roles (RBAC)
What is Authorization?
Authorization is all about answering the question “Is this user allowed to do a certain operation?”. This is different from Authentication in which we answer the question “Which user is this request coming from?”
Both are esse...
supertokens.hashnode.dev6 min read