·oauth-integrations
!

oauth-integrations

jezweb/claude-skills

在 Cloudflare Workers 中使用 GitHub 和 Microsoft Entra (Azure AD) 实施 OAuth 2.0 身份验证 和其他边缘环境。涵盖特定于提供商的怪癖、必需的标头、范围要求、 以及无需 MSAL 的令牌处理。 使用场合:实施 GitHub OAuth、Microsoft/Azure AD 身份验证、处理 OAuth 回调、 或排除 OAuth 流程中的 403 错误。

359安装·7热度·@jezweb

安装

$npx skills add https://github.com/jezweb/claude-skills --skill oauth-integrations

SKILL.md

Implement GitHub and Microsoft OAuth in Cloudflare Workers and other edge runtimes.

GitHub API has strict requirements that differ from other providers.

| User-Agent | REQUIRED - Returns 403 without it | | Accept | application/vnd.github+json recommended |

在 Cloudflare Workers 中使用 GitHub 和 Microsoft Entra (Azure AD) 实施 OAuth 2.0 身份验证 和其他边缘环境。涵盖特定于提供商的怪癖、必需的标头、范围要求、 以及无需 MSAL 的令牌处理。 使用场合:实施 GitHub OAuth、Microsoft/Azure AD 身份验证、处理 OAuth 回调、 或排除 OAuth 流程中的 403 错误。 来源:jezweb/claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jezweb/claude-skills --skill oauth-integrations
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 oauth-integrations?

在 Cloudflare Workers 中使用 GitHub 和 Microsoft Entra (Azure AD) 实施 OAuth 2.0 身份验证 和其他边缘环境。涵盖特定于提供商的怪癖、必需的标头、范围要求、 以及无需 MSAL 的令牌处理。 使用场合:实施 GitHub OAuth、Microsoft/Azure AD 身份验证、处理 OAuth 回调、 或排除 OAuth 流程中的 403 错误。 来源:jezweb/claude-skills。

如何安装 oauth-integrations?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jezweb/claude-skills --skill oauth-integrations 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/jezweb/claude-skills