From fb38cd655a1603327ec8b49fc54eeeec4bae4ead Mon Sep 17 00:00:00 2001 From: George Moon Date: Sat, 18 Jul 2026 21:29:16 -0400 Subject: [PATCH] docs: add CI, license, and Node-version badges to README Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3360903..2783231 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # fz-auth +[![CI](https://github.com/forkzero/fz-auth/actions/workflows/ci.yml/badge.svg)](https://github.com/forkzero/fz-auth/actions/workflows/ci.yml) +[![License: Apache 2.0](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](./LICENSE) +[![Node](https://img.shields.io/badge/node-22%20%7C%2024%20%7C%2026-brightgreen.svg)](./.github/workflows/ci.yml) + Auth for apps and agents. Server-side sessions, OIDC discovery, encrypted cookies. Any OIDC provider. No vendor lock-in. ```ts