From d9f4609b80b52c1db64842887c01288c48f3f42a Mon Sep 17 00:00:00 2001 From: Guillermo Pages Date: Tue, 21 Oct 2025 11:56:50 +0200 Subject: [PATCH] docs: fix inconsistency with code --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24dd53e..ad0028d 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,11 @@ The package provides the following OIDC routes when loaded: - `GET /login` - Initiates OIDC authorization flow - `POST /oidc/callback` - Handles OIDC callback from SwissOID -- `POST /oidc/finalize` - Completes authentication and sets session (gateway subsequently mints a DAT for subgraphs) +- `GET /oidc/finalize` - Completes authentication and sets session (gateway subsequently mints a DAT for subgraphs) - `GET /auth/status` - Returns current authentication status - `POST /auth/logout` - Logs out the user +- `GET /auth/debug` - Debug endpoint to check session and cookie status +- `GET /auth/ping` - Connectivity test endpoint ## Components