Authentication
Auth patterns and security
Authentication Methods
PLP supports multiple authentication patterns:
- API Key - Bearer token in Authorization header
- OAuth 2.0 - For user-delegated access
- None - For public read-only servers
Example
http
Authorization: Bearer plp_xxxxxxxxxxxxx