跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Zoom Oauth

技能 已验证 活跃

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.

目的

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.

功能

  • 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

使用场景

  • 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

非目标

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

安装

请先添加 Marketplace

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

质量评分

已验证
95 /100
3 days ago 分析

信任信号

最近提交3 days ago
星标12.1k
许可证Apache-2.0
状态
查看源代码

类似扩展

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.

技能
sanjay3290

Netlify Identity

100

用于身份验证、用户注册、登录、密码恢复、OAuth 提供商、基于角色的访问控制或保护路由和函数。始终使用 `@netlify/identity`。切勿使用 `netlify-identity-widget` 或 `gotrue-js` — 它们已弃用。

技能
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.

技能
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.

技能
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.

技能
anthropics

Oauth

96

为 Fastify 应用程序实现 OAuth 2.0/2.1 授权流程——配置 PKCE 授权码、客户端凭证、设备流、刷新令牌轮换、JWT 验证以及令牌内省/撤销端点。在设置身份验证、授权、登录流程、访问令牌、API 安全,或使用 OAuth 保护 Fastify 路由时使用;也适用于对令牌验证错误、重定向 URI 不匹配、CSRF 问题、范围问题或 RFC 6749/6750/7636/8252/8628 合规性问题的故障排除。

技能
mcollina