← All plugins
api-authentication-builder
v1.23.0Build authentication systems with JWT, OAuth2, and API keys
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-authentication-builder/ inside the repository.
Layout
plugins/api-development/api-authentication-builder/
├── .claude-plugin/plugin.json└── skills/building-api-authentication/SKILL.md
Skills1
building-api-authenticationskills/building-api-authentication/SKILL.md
Build secure API authentication systems with OAuth2, JWT, API keys, and session management. Use when implementing secure authentication flows. Trigger with phrases like "build authentication", "add API auth", or "secure the API".
Manifests1
plugins/api-development/api-authentication-builder/.claude-plugin/plugin.json
{
"name": "api-authentication-builder",
"version": "1.23.0",
"description": "Build authentication systems with JWT, OAuth2, and API keys",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"authentication",
"jwt",
"oauth",
"security"
]
}