Skip to main content
Back to registry

oauth-integrations

jezweb/claude-skills

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

Installs356
Install command
npx skills add https://github.com/jezweb/claude-skills --skill oauth-integrations
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Implement GitHub and Microsoft OAuth in Cloudflare Workers and other edge runtimes. GitHub API has strict requirements that differ from other providers. GitHub users can set email to private ( /user returns email: null ). Requires user:email scope. Token exchange returns form-encoded by default. Add Accept header for JSON: MSAL.js depends on: Cloudflare's V8 isolate runtime has neither. Use manual OAuth instead: Critical : User.Read is required for Microsoft Graph /me endpoint. Without it, token exchange succeeds but user info fetch returns 403.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does oauth-integrations do?

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

Is oauth-integrations good?

oauth-integrations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does oauth-integrations work with?

oauth-integrations currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to oauth-integrations?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install oauth-integrations?

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

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering