csrf-auth-debugger

Official

Debug auth flows and CSRF with confidence.

Authorallthriveai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you diagnose CSRF verification failures, authentication problems, and OAuth flow issues across your Django/DRF setup.

Core Features & Use Cases

  • CSRF Cookie & Header Verification: Ensure csrftoken cookie and X-CSRFToken header alignment.
  • JWT & OAuth Flow Checks: Validate access/refresh tokens and OAuth callback steps.
  • Cookie & CORS Configuration: Inspect cookie flags, domain, and trusted origins.
  • Login & Token Refresh Troubleshooting: Reproduce and fix login or token refresh problems.

Quick Start

Request the CSRF token endpoint to set the cookie, then attempt a login or write operation, verifying cookies and headers are correctly sent and accepted.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: csrf-auth-debugger
Download link: https://github.com/allthriveai/allthriveai/archive/main.zip#csrf-auth-debugger

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository