Authorization Models
Back: Authentication and Authorization
Patterns for determining what an authenticated user can do. From simple role-based access control (RBAC) to attribute-based (ABAC) and relationship-based (ReBAC) models, authorization systems range in expressiveness and complexity depending on application needs.