<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Justin Dah-kenangnon</title>
    <description>The latest articles on DEV Community by Justin Dah-kenangnon (@dahkenangnon).</description>
    <link>https://dev.to/dahkenangnon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F471233%2F481baaa7-4789-4a94-9792-a19178171162.jpeg</url>
      <title>DEV Community: Justin Dah-kenangnon</title>
      <link>https://dev.to/dahkenangnon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dahkenangnon"/>
    <language>en</language>
    <item>
      <title>I built a better documentation site for oidc-provider</title>
      <dc:creator>Justin Dah-kenangnon</dc:creator>
      <pubDate>Mon, 06 Apr 2026 11:04:45 +0000</pubDate>
      <link>https://dev.to/dahkenangnon/i-built-a-better-documentation-site-for-oidc-provider-1f11</link>
      <guid>https://dev.to/dahkenangnon/i-built-a-better-documentation-site-for-oidc-provider-1f11</guid>
      <description>&lt;p&gt;While building a production-ready OpenID Connect server with oidc-provider, I ran into a recurring issue:&lt;/p&gt;

&lt;p&gt;👉 the documentation is powerful, but not easy to navigate.&lt;/p&gt;

&lt;p&gt;So I built this:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://oidc-provider.dev/" rel="noopener noreferrer"&gt;https://oidc-provider.dev/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;oidc-provider has excellent documentation, but it is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;spread across multiple files (README, docs/, events, changelog)&lt;/li&gt;
&lt;li&gt;not easily browsable&lt;/li&gt;
&lt;li&gt;hard to search or explore progressively&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes onboarding and day-to-day usage slower than it should be.&lt;/p&gt;




&lt;h2&gt;
  
  
  The solution
&lt;/h2&gt;

&lt;p&gt;I created a &lt;strong&gt;dedicated documentation site&lt;/strong&gt; that is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📚 fully browsable (multi-page navigation)&lt;/li&gt;
&lt;li&gt;🔍 searchable&lt;/li&gt;
&lt;li&gt;🧭 easier to explore than raw Markdown&lt;/li&gt;
&lt;li&gt;🗂 structured by topics&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Always in sync with upstream
&lt;/h2&gt;

&lt;p&gt;The key design constraint was:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;never diverge from the official documentation&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So the site is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;automatically generated from official sources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;README&lt;/li&gt;
&lt;li&gt;docs/*&lt;/li&gt;
&lt;li&gt;CHANGELOG&lt;/li&gt;
&lt;li&gt;events.md&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;&lt;p&gt;continuously synced via GitHub Actions&lt;/p&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;Any update in the upstream repository is reflected automatically.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;oidc-provider is a &lt;strong&gt;low-level, spec-compliant implementation&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a lot of behavior is driven by specs&lt;/li&gt;
&lt;li&gt;documentation is dense and technical&lt;/li&gt;
&lt;li&gt;discoverability is critical&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This site aims to improve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;onboarding speed&lt;/li&gt;
&lt;li&gt;feature discoverability&lt;/li&gt;
&lt;li&gt;overall developer experience&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What’s next
&lt;/h2&gt;

&lt;p&gt;Planned additions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;real-world configuration examples&lt;/li&gt;
&lt;li&gt;deployment patterns&lt;/li&gt;
&lt;li&gt;integration guides&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Live site: &lt;a href="https://oidc-provider.dev/" rel="noopener noreferrer"&gt;https://oidc-provider.dev/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 Source: &lt;a href="https://github.com/Dahkenangnon/oidc-provider.dev" rel="noopener noreferrer"&gt;https://github.com/Dahkenangnon/oidc-provider.dev&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you are using oidc-provider, feedback is highly valuable.&lt;/p&gt;

&lt;p&gt;The goal is to make the ecosystem easier to approach without altering its philosophy.&lt;/p&gt;

</description>
      <category>oidc</category>
      <category>openid</category>
      <category>openidconnect</category>
      <category>oauth2</category>
    </item>
  </channel>
</rss>
