Skip to main content
Run any Skill in Manus
with one click

api-authentication

API authentication patterns including JWT, OAuth 2.0, API keys, and session-based auth. Covers token generation, validation, refresh strategies, security best practices, and when to use each pattern. Use when implementing API authentication, choosing auth strategy, securing endpoints, or debugging auth issues. Prevents common vulnerabilities like token theft, replay attacks, and insecure storage.

Overview

API authentication patterns including JWT, OAuth 2.0, API keys, and session-based auth. Covers token generation, validation, refresh strategies, security best practices, and when to use each pattern. Use when implementing API authentication, choosing auth strategy, securing endpoints, or debugging auth issues. Prevents common vulnerabilities like token theft, replay attacks, and insecure storage.

Install command
npx skills add https://github.com/applied-artificial-intelligence/claude-code-toolkit --skill api-authentication

Copy and paste this command into Claude Code to install the skill

Stars72
Forks19
UpdatedNovember 1, 2025 at 23:59
SKILL.md
readonly