From b2fa8ebb7173771859d18dc892de800a0112a619 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 22 May 2026 19:56:00 -0600 Subject: [PATCH] docs: clarified OAuth more --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e729b..219fce7 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,12 @@ subscribers, Google Gemini), you can authenticate with your existing subscriptio # In your config.yaml clients: - type: claude + name: my-claude-oauth auth: oauth # Indicate you want to authenticate with OAuth instead of an API key ``` ```sh -loki --authenticate claude +loki --authenticate my-claude-oauth # Or via the REPL: .authenticate ```