·oauth-integrations
!

oauth-integrations

jezweb/claude-skills

在 Cloudflare Workers 中使用 GitHub 和 Microsoft Entra (Azure AD) 實施 OAuth 2.0 身份驗證 和其他邊緣環境。 Covers provider-specific quirks, required headers, scope requirements, 以及無需 MSAL 的令牌處理。 Use when: implementing GitHub OAuth, Microsoft/Azure AD authentication, handling OAuth callbacks, 或排除 OAuth 流程中的 403 錯誤。

360安裝·4熱度·@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 身份驗證 和其他邊緣環境。 Covers provider-specific quirks, required headers, scope requirements, 以及無需 MSAL 的令牌處理。 Use when: implementing GitHub OAuth, Microsoft/Azure AD authentication, handling OAuth callbacks, 或排除 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 身份驗證 和其他邊緣環境。 Covers provider-specific quirks, required headers, scope requirements, 以及無需 MSAL 的令牌處理。 Use when: implementing GitHub OAuth, Microsoft/Azure AD authentication, handling OAuth callbacks, 或排除 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