mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-30 08:57:33 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user