Authentication
API authentication verifies | client identity to ensure | only authorized access to resources.
Xác thực API xác minh | danh tính khách hàng để đảm bảo | chỉ có quyền truy cập được ủy quyền vào tài nguyên.
Common methods include | API keys, OAuth 2.0, | JWT, and basic auth.
Các phương thức phổ biến bao gồm | API keys, OAuth 2.0, | JWT, và basic auth.
It protects data, | prevents unauthorized access, | enables usage tracking,
Nó bảo vệ dữ liệu, | ngăn chặn truy cập trái phép, | cho phép theo dõi sử dụng,
and provides granular control | over API resources.
và cung cấp quyền kiểm soát chi tiết | đối với các tài nguyên API.
Resources
- Basic Authentication (article)
- Session Based Authentication (article)
- Token Based Authentication (article)
- JWT Authentication (article)
- OAuth - Open Authorization (article)
- SSO - Single Sign On (article)
References
- https://roadmap.sh/backend (Node: [label])