API Security

Difficulty: Intermediate

Question

List 2 ways to secure a public REST API.

Answer

1. Use API Keys or OAuth tokens for authentication. 2. Implement Rate Limiting to prevent abuse.

Concepts covered

Rest, Security