docs: clarified OAuth more
This commit is contained in:
@@ -176,11 +176,12 @@ subscribers, Google Gemini), you can authenticate with your existing subscriptio
|
|||||||
# In your config.yaml
|
# In your config.yaml
|
||||||
clients:
|
clients:
|
||||||
- type: claude
|
- type: claude
|
||||||
|
name: my-claude-oauth
|
||||||
auth: oauth # Indicate you want to authenticate with OAuth instead of an API key
|
auth: oauth # Indicate you want to authenticate with OAuth instead of an API key
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
loki --authenticate claude
|
loki --authenticate my-claude-oauth
|
||||||
# Or via the REPL: .authenticate
|
# Or via the REPL: .authenticate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user