mirror of
https://github.com/auth0/agent-skills.git
synced 2026-09-19 02:38:28 +08:00
3f09c5f5af
- Sync root plugin.json and .codex-plugin/plugin.json description, homepage, and keywords so the richer, framework-specific listing copy isn't dropped when the marketplace normalizes the Codex manifest from the root Agent Plugins manifest. - Add missing keywords (authentication, authorization, oauth, oidc, sso, rbac) that the descriptions already advertise. - Bump both manifests to 2.1.1 to match SKILL.md's metadata.version, which had drifted ahead after #195. - Add interface.composerIcon, interface.logo (Auth0's official black shield mark, squared on a white background), and interface.brandColor (#EB5424) so the listing isn't missing its icon/logo. - Add interface.defaultPrompt starter prompts for the ChatGPT composer.
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "auth0",
|
|
"version": "2.1.1",
|
|
"description": "Add Auth0 authentication to any app — login, MFA, SSO, Organizations, RBAC, ACUL, custom domains, and branding. Debug auth errors, validate JWTs, manage token lifecycles, and migrate from Clerk, Firebase, or Cognito. Covers React, Next.js, Vue, Nuxt, Angular, Express, Flask, Spring Boot, Go, Swift, Android, Flutter, Laravel, PHP, ASP.NET Core, React Native, Expo, Ionic, .NET MAUI, and more.",
|
|
"author": {
|
|
"name": "Auth0",
|
|
"email": "support@auth0.com",
|
|
"url": "https://auth0.com"
|
|
},
|
|
"homepage": "https://auth0.com/docs/quickstart/agent-skills",
|
|
"repository": "https://github.com/auth0/agent-skills",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"auth0",
|
|
"authentication",
|
|
"authorization",
|
|
"oauth",
|
|
"oidc",
|
|
"mfa",
|
|
"sso",
|
|
"rbac",
|
|
"sdk",
|
|
"quickstart",
|
|
"migration",
|
|
"branding",
|
|
"custom-domains",
|
|
"security",
|
|
"acul",
|
|
"universal-login",
|
|
"jwt",
|
|
"cli",
|
|
"react",
|
|
"nextjs",
|
|
"vue",
|
|
"nuxt",
|
|
"angular",
|
|
"express",
|
|
"fastify",
|
|
"fastapi",
|
|
"flask",
|
|
"go",
|
|
"springboot",
|
|
"java",
|
|
"swift",
|
|
"android",
|
|
"aspnetcore",
|
|
"dotnet",
|
|
"ionic",
|
|
"capacitor",
|
|
"react-native",
|
|
"expo",
|
|
"spa-js",
|
|
"node"
|
|
]
|
|
}
|