Skip to content

API Security

FullstackCodingGuy edited this page Jan 9, 2024 · 12 revisions

Security Practices

image

  • Use HTTPS
  • Use OAuth2
  • Use WebAuthn
  • Use Leveled API Keys
  • Authorization
  • Rate Limiting
  • API Versioning
  • Whitelisting
  • Check OWASP API Security Risks
  • Use API Gateway
  • Error Handling
  • Input Validation
Clone this wiki locally