#rbac
Read more stories on Hashnode
Articles with this tag
Introduction Although they are often conflated with each other, Authentication and Authorization represent two fundamentally different aspects of...
by Supertokens Team · Introduction Cross-Origin Resource Sharing (CORS) is a mechanism that supports secure requests and data transfers from outside...
by Supertokens Team · Roles-based access control (RBAC) is a security approach that uses roles to define what a user is and isn’t allowed to do. In a...
by Supertokens Team · What is Authorization? Authorization is all about answering the question “Is this user allowed to do a certain operation?”. This...