LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: API Security

Browse skills that share this tag.

  • securing-auth-routes - Securing Auth Routes with CSRF and Rate Limiting
    Web SecurityAPI SecurityCSRF ProtectionRate Limiting

    ★ 1 · Updated 2026-03-26

    Protects authentication endpoints with CSRF protection, rate limiting, HTTPS enforcement, and brute force mitigation

    ⚙ Generate CSRF token⚙ Validate CSRF token⚙ Rate limit endpoints
  • oauth21-token-endpoint - OAuth 2.1 Token Endpoint Implementation
    OAuth 2.1Token EndpointAuthenticationAuthorization

    ★ 602 · Updated 2026-03-22

    OAuth 2.1 Token Endpoint implementation with grant types, CORS, and error handling.

    ⚙ Accept token requests⚙ Authenticate clients⚙ Validate grant types