About
This skill provides specialized guidance for implementing OAuth 2.0 authentication in edge environments where standard libraries like MSAL.js often fail due to runtime limitations. It offers specific patterns for GitHub and Microsoft Entra (Azure AD), covering critical header requirements, private email retrieval, manual token exchange, and JWT validation using edge-compatible libraries. It is an essential resource for developers building serverless applications on Cloudflare Workers who need to handle user identity and secure API access without relying on traditional Node.js modules or browser APIs.