Initial commit
This commit is contained in:
22
.claude-plugin/plugin.json
Normal file
22
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "auth0-oauth-plugin",
|
||||
"description": "Comprehensive Auth0 OAuth 2.0 implementation plugin. Provides setup wizards, implementation guides, security audits, and troubleshooting for Auth0 authentication across web and mobile applications. Supports OIDC flows, PKCE, MFA, social connections, and custom rules.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Varaku",
|
||||
"email": "contact@varaku.com"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/auth0-architect.md",
|
||||
"./agents/oauth-implementation-expert.md",
|
||||
"./agents/auth0-security-specialist.md",
|
||||
"./agents/oauth-integration-mapper.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/oauth-setup-auth0.md",
|
||||
"./commands/oauth-implement.md",
|
||||
"./commands/oauth-security-audit.md",
|
||||
"./commands/oauth-troubleshoot.md",
|
||||
"./commands/oauth-migrate.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user