Ever wanted to use Discord authentication with your existing OIDC-compatible applications? discord-oidc-proxy is a serverless solution that converts Discord's OAuth2 into a standards-compliant OpenID Connect (OIDC) provider. Runs on Cloudflare Workers.
(Should I make it work with Docker too? I'm waiting for your opinion.)
I've implemented DI (Dependency Injection) in my programming project!
Features:
- Use Discord authentication through standard OIDC flows
- Serverless design running on Cloudflare Workers
- Lightweight implementation built with Hono framework
- Full OIDC Discovery support (/.well-known/openid-configuration)