mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
docs: update httpx-oauth link to /oauth2/
This commit is contained in:
committed by
François Voron
parent
5a8e3269e3
commit
71dc760fdc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user