docs: update httpx-oauth link to /oauth2/

This commit is contained in:
Yume05-dev
2026-03-11 22:32:49 -04:00
committed by François Voron
parent 5a8e3269e3
commit 71dc760fdc

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/usage/) for more information.
You first need to get an HTTPX OAuth client instance. [Read the documentation](https://frankie567.github.io/httpx-oauth/oauth2/) for more information. for more information.
```py
from httpx_oauth.clients.google import GoogleOAuth2