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质量评分
已验证类似扩展
Google Docs
100Interact 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.
Netlify Identity
100用于身份验证、用户注册、登录、密码恢复、OAuth 提供商、基于角色的访问控制或保护路由和函数。始终使用 `@netlify/identity`。切勿使用 `netlify-identity-widget` 或 `gotrue-js` — 它们已弃用。
Better Auth Authentication
99Better Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.
Better Auth
99Add authentication with Better Auth (TypeScript). Use for email/password, OAuth providers (Google, GitHub), 2FA/MFA, passkeys/WebAuthn, sessions, RBAC, rate limiting.
Rivet Sdk
98Reference 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.
Oauth
96为 Fastify 应用程序实现 OAuth 2.0/2.1 授权流程——配置 PKCE 授权码、客户端凭证、设备流、刷新令牌轮换、JWT 验证以及令牌内省/撤销端点。在设置身份验证、授权、登录流程、访问令牌、API 安全,或使用 OAuth 保护 Fastify 路由时使用;也适用于对令牌验证错误、重定向 URI 不匹配、CSRF 问题、范围问题或 RFC 6749/6750/7636/8252/8628 合规性问题的故障排除。