Backend
171 views
Authorization
Quick Definition
Determining what resources a user can access
Full Definition
Determining what resources an authenticated user is permitted to access.
Examples
RBAC, ABAC, permissions, role-based access control
Related Terms
authentication
rbac
access-control
More Backend Terms
Idempotency
Property where multiple operations produce same result as once
Serverless
Cloud model running code on-demand without server management
OAuth
Open standard for token-based authentication and authorization
Backend Development
Building server-side logic, databases, and APIs
RabbitMQ
Open-source message broker for reliable async messaging
Load Balancing
Distributing traffic across multiple backend servers