mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
fix(docs): correct the key_value repo link
This commit is contained in:
parent
8a48146aad
commit
11277f6e21
1 changed files with 3 additions and 3 deletions
|
|
@ -83,9 +83,9 @@ Upon approval, the OAuth server redirects the user's browser to the local callba
|
|||
</Step>
|
||||
<Step title="Token Caching">
|
||||
The obtained tokens are saved to the configured `token_storage` backend for future use, eliminating the need for repeated browser interactions.
|
||||
</Step>
|
||||
</Step>
|
||||
<Step title="Authenticated Requests">
|
||||
The access token is automatically included in the `Authorization` header for requests to the MCP server.
|
||||
The access token is automatically included in the `Authorization` header for requests to the MCP server.
|
||||
</Step>
|
||||
<Step title="Refresh Token">
|
||||
If the access token expires, the client will automatically use the refresh token to get a new access token.
|
||||
|
|
@ -125,4 +125,4 @@ async with Client("https://fastmcp.cloud/mcp", auth=oauth) as client:
|
|||
await client.ping()
|
||||
```
|
||||
|
||||
You can use any `AsyncKeyValue`-compatible backend from the [key-value library](https://github.com/jlowin/key-value) including Redis, DynamoDB, and more. Wrap your storage in `FernetEncryptionWrapper` for encryption.
|
||||
You can use any `AsyncKeyValue`-compatible backend from the [key-value library](https://github.com/strawgate/py-key-value) including Redis, DynamoDB, and more. Wrap your storage in `FernetEncryptionWrapper` for encryption.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue