From 2b64cb304ba0b2ff9a2ae4ee16cc7b7e977bc23f Mon Sep 17 00:00:00 2001 From: Ramon Date: Sat, 19 Apr 2025 10:49:51 +0300 Subject: [PATCH] Update HTTPX OAuth link oauth.md The old link was opening some broken/incomplete website. Updated the link to point to https://frankie567.github.io/httpx-oauth/usage/ --- docs/configuration/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/oauth.md b/docs/configuration/oauth.md index beac9ddb..59e98f6f 100644 --- a/docs/configuration/oauth.md +++ b/docs/configuration/oauth.md @@ -18,7 +18,7 @@ pip install 'fastapi-users[beanie,oauth]' ### Instantiate an OAuth2 client -You first need to get an HTTPX OAuth client instance. [Read the documentation](https://frankie567.github.io/httpx-oauth/oauth2/) for more information. +You first need to get an HTTPX OAuth client instance. [Read the documentation](https://frankie567.github.io/httpx-oauth/usage/) for more information. ```py from httpx_oauth.clients.google import GoogleOAuth2