LogoClawIndex
CasesSkillsAbout
LogoClawIndex

securing-auth-routes - Securing Auth Routes with CSRF and Rate Limiting

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

Tags

Updated: 2026-03-26

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Generate CSRF token
  • Validate CSRF token
  • Rate limit endpoints
  • Redirect HTTP to HTTPS
  • Set security headers
  • Check brute force
  • Log failed attempts

Inputs

  • Flask application
  • Authentication endpoints
  • User credentials
  • Session storage
  • IP address
  • Redis store

Outputs

  • HTTP responses
  • Security response headers
  • Failed authentication logs

Requirements

  • Flask framework
  • HTTPS environment
  • Redis for rate limiting
  • Security logging system

Source

  • Spec: SKILL.md

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.
Web Security
API Security
CSRF Protection
Rate Limiting
HTTPS
Authentication
Generate CSRF token
Validate CSRF token
Rate limit endpoints
Redirect HTTP to HTTPS
Flask application
Authentication endpoints
User credentials
HTTP responses
Security response headers
Failed authentication logs