From 5d0d39ee9dafdd6cf735147774f18f771952e601 Mon Sep 17 00:00:00 2001 From: Bharath Natarajan <166125343+brth31@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:09:08 +0530 Subject: [PATCH] Update Auth0 plugin marketplace metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shorten the description to a concise tagline, add author.url for the "Made by" link, and point homepage to auth0.com. Plugin name stays lowercase to match marketplace convention. Pinned source.sha left intact — maintained by bump-plugin-shas.yml. Addresses #1736. --- .claude-plugin/marketplace.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 453c903d..ee091a4c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -233,9 +233,10 @@ }, { "name": "auth0", - "description": "Add authentication to any app with Auth0. This plugin detects your framework, scaffolds the right Auth0 SDK integration, and guides you through login, logout, sessions, and protected routes — using current SDK patterns.", + "description": "Enterprise-grade auth, easy to implement. Add login, SSO, MFA, and access control to any app with framework-aware guidance.", "author": { - "name": "Auth0" + "name": "Auth0", + "url": "https://auth0.com" }, "category": "security", "source": { @@ -244,7 +245,7 @@ "path": "plugins/auth0", "ref": "main" }, - "homepage": "https://auth0.com/docs/quickstart/agent-skills" + "homepage": "https://auth0.com" }, { "name": "autofix-bot",