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/
This commit is contained in:
Ramon
2025-04-19 10:49:51 +03:00
committed by François Voron
parent 68afb3bc6f
commit 2b64cb304b

View File

@ -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