Skip to content

Security: Add Bot Protection (Turnstile / reCAPTCHA) to Auth Routes #61

@jpdevhub

Description

@jpdevhub

Description

The Idea
As our app grows, we need to protect our authentication and registration endpoints from automated bot spam.

What needs to be done

  • Integrate Cloudflare Turnstile (preferred) or Google reCAPTCHA v3 on the frontend sign-in/sign-up forms.
  • Validate the token on the FastAPI backend before creating a user session or inserting a new user into the database.
  • Keep the UI extremely clean so it doesn't ruin the brutalist aesthetic.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions