Auth Tools

Community

Debug authentication issues with token validation & rule checks.

AuthorDmccarty30
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides essential utilities for debugging authentication errors, such as "permission denied," by enabling quick token validation, security rule checks, and endpoint testing. It helps you pinpoint the root cause of auth failures efficiently.

Core Features & Use Cases

  • Token Validation: Check environment variables for tokens and validate them.
  • Rule Grepping: Search for authentication rules (e.g., Firestore rules) within your codebase.
  • Endpoint Testing: Simulate API calls with Bash curl commands to test auth endpoints.
  • Use Case: When a user reports a "permission denied" error, use this skill to quickly validate their token and check relevant security rules to diagnose the issue.

Quick Start

Use the Auth Tools skill to validate the token stored in the $FIREBASE_TOKEN environment variable.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: Auth Tools
Download link: https://github.com/Dmccarty30/Journeyman-Jobs/archive/main.zip#auth-tools

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