Backend
32 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
API Gateway
Server managing API traffic between clients and services
Rate Limiting
Controlling request frequency within a time period
Backend Development
Building server-side logic, databases, and APIs
Middleware
Software processing requests between OS and applications
Repository Pattern
Design pattern abstracting data access behind an interface
gRPC
High-performance RPC framework using Protocol Buffers