TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Authduck – Playground Server for OpenID Connect Clients

6 点作者 azophy_26 个月前
Hey HN<p>I&#x27;m currently living my dream, being paid to do what I love: programming, something I&#x27;ve been doing since middle school for over 15 years.<p>In those years doing programming, I’ve always thought that OpenID Connect&#x2F;OAuth for Authentication is an amazing idea that more programmers should be familiar with. Using (properly configured) SSO may be one of the best security investment made by companies. It also saves a lot of works, both for companies (by delegating user management-related features to third party) and users (by reducing friction when using new services).<p>However, one of the challenges I encountered when I started learning this was that setting up an OIDC&#x2F;OAuth server is too much work. I think there should be a better way to let people play with OIDC than creating dummy OAuth client in Github. Then, several months ago I decided that this would be a great excuse to play with Go &amp; HTMX.<p>So I created Authduck. It&#x27;s an OIDC Server&#x2F;Provider that you can use to test your OIDC Client. I built it with Go, Echo framework, SQLite, HTMX, Alpine. The app is available as a single executable for Linux, Mac, &amp; Windows, although admittedly I haven’t test it outside Linux yet. Its also available as Docker image via ghcr.io .<p>Currently there is a public instance at <a href="https:&#x2F;&#x2F;authduck.fly.dev" rel="nofollow">https:&#x2F;&#x2F;authduck.fly.dev</a> . You could try it against other OIDC Playground Client such as openidconnect.net or others. Currently it only support Authorization Code Flow without PKCE, but I hope to find time soon to work on supporting other flows.<p>I hope this simple application could be of use to many web developers out there. Please let me know what you think.<p>Regards,<p>Azophy

暂无评论

暂无评论