From 5e3d4dbe9cd98d0b16ccc44bf582f86df7682399 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Tue, 5 May 2026 17:43:29 -0700 Subject: [PATCH] docs(README): add missing references to multi-tenant-sso and token-refresh-and-sessions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Documentation section listed 5 docs but `docs/` has 7. The two missing entries are real, current docs: * `docs/multi-tenant-sso.md` — per-organization OAuth providers for B2B SaaS (the Okta / Azure AD / Auth0 pattern with per-tenant configuration). Last touched in `d7d1853`. * `docs/token-refresh-and-sessions.md` — operational reference for how OAuth tokens and Harper sessions interact, including proactive refresh and provider-specific behavior. Last touched in `00b31bf`. Both were authored after the README's docs list was last updated and never got linked. Surfacing them here so they're discoverable from the entry point. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fcba63..903a8af 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ Complete documentation is available in the [docs](./docs) directory: - **[Configuration](./docs/configuration.md)** - Complete configuration reference - **[OAuth Providers](./docs/providers.md)** - Provider setup guides - **[Lifecycle Hooks](./docs/lifecycle-hooks.md)** - User provisioning and custom logic +- **[Multi-Tenant SSO](./docs/multi-tenant-sso.md)** - Per-organization OAuth providers for B2B SaaS +- **[Token Refresh and Sessions](./docs/token-refresh-and-sessions.md)** - How OAuth tokens and Harper sessions interact - **[API Reference](./docs/api-reference.md)** - Endpoints and programmatic API ## Development