From fe33127969b0653fef8d2f980377c6f41f8ab295 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Tue, 5 May 2026 22:34:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(changelog):=20record=20PRs?= =?UTF-8?q?=20#74,=20#75,=20#76=20(#77)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gabriel Radureau Co-committed-by: Gabriel Radureau --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f76ed..e772b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ๐Ÿ“ mkcert local HTTPS doc + Makefile `cert` target (PR #68) โ€” prep for ADR-0028 Phase B OIDC callbacks - โœจ `pkg/auth/` skeleton for OpenID Connect (PR #69) โ€” types + client surface, handlers come later (Phase B.3+) - ๐Ÿ“ ADR-0028 Phase B roadmap document (PR #71) โ€” outlines remaining B.3 / B.4 / B.5 work +- โœจ `pkg/auth/` OIDC client implementation : Discover, RefreshJWKS, ExchangeCode, ValidateIDToken (PR #74) โ€” completes ADR-0028 Phase B.3 +- โœจ OIDC HTTP handlers : `/api/v1/auth/oidc/{provider}/start` and `/callback` with PKCE + sign-up-on-first-use (PR #75) โ€” completes ADR-0028 Phase B.4 +- ๐Ÿงช OIDC handler unit tests covering start/callback rejection paths and PKCE redirect (PR #76) ## [0.1.0] - 2026-05-05