Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Zoom Oauth

Skill Verifiziert Aktiv
Teil von:Zoom Plugin

Reference skill for Zoom authentication. Use after routing to an auth workflow when choosing app credentials, grant types, scopes, token refresh behavior, or debugging Zoom OAuth failures.

Zweck

To serve as a comprehensive reference for understanding and implementing Zoom OAuth authentication and authorization flows, helping developers navigate complex token management and error scenarios.

Funktionen

  • Detailed explanation of four Zoom OAuth flows
  • Guidance on PKCE for public clients
  • Comprehensive token lifecycle management
  • Troubleshooting for common Zoom OAuth errors
  • Reference for OAuth scopes and environment variables

Anwendungsfälle

  • Understanding which OAuth flow to use for a given Zoom integration
  • Implementing token refresh and managing access token expiration
  • Debugging common Zoom OAuth errors like redirect URI mismatches
  • Securing OAuth implementations with PKCE and state parameters

Nicht-Ziele

  • Automating the OAuth flow directly
  • Acting as an OAuth client or server
  • Managing Zoom user accounts or data

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add anthropics/knowledge-work-plugins
/plugin install zoom-plugin@knowledge-work-plugins

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert 3 days ago

Vertrauenssignale

Letzter Commit4 days ago
Sterne12.1k
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Google Docs

100

Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.

Skill
sanjay3290

Netlify Identity

100

Verwenden Sie dies, wenn die Aufgabe Authentifizierung, Benutzerregistrierungen, Anmeldungen, Passwortwiederherstellung, OAuth-Anbieter, rollenbasierte Zugriffskontrolle oder den Schutz von Routen und Funktionen beinhaltet. Verwenden Sie immer `@netlify/identity`. Verwenden Sie niemals `netlify-identity-widget` oder `gotrue-js` – diese sind veraltet.

Skill
netlify

Better Auth Authentication

99

Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.

Skill
bobmatnyc

Better Auth

99

Add authentication with Better Auth (TypeScript). Use for email/password, OAuth providers (Google, GitHub), 2FA/MFA, passkeys/WebAuthn, sessions, RBAC, rate limiting.

Skill
binjuhor

Rivet Sdk

98

Reference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module composition, or Lambda receiver patterns.

Skill
anthropics

Oauth

96

Implementiert OAuth 2.0/2.1 Autorisierungsflüsse in Fastify-Anwendungen – konfiguriert Autorisierungscode mit PKCE, Client-Anmeldeinformationen, Gerätefluss, Token-Rotation für Aktualisierungstoken, JWT-Validierung und Endpunkte zur Token-Überprüfung/zum Widerruf. Verwenden Sie dies beim Einrichten von Authentifizierung, Autorisierung, Anmeldeflows, Zugriffstoken, API-Sicherheit oder beim Sichern von Fastify-Routen mit OAuth; gilt auch für die Fehlerbehebung bei Problemen mit der Token-Validierung, falsch übereinstimmenden Weiterleitungs-URIs, CSRF-Problemen, Scope-Problemen oder Fragen zur Konformität mit RFC 6749/6750/7636/8252/8628.

Skill
mcollina