Skip to content

Commit

Permalink
chore: updated the link to the FastAPI example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Feb 9, 2025
1 parent 2a3bcbf commit c6e772f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ There are few great OAuth frameworks for Python like [oauthlib](https://github.c
python -m pip install aioauth
```

## FastAPI
## Examples

FastAPI integration stored on separated [aioauth-fastapi](https://github.com/aliev/aioauth-fastapi) repository and can be installed via the command:

```
python -m pip install aioauth[fastapi]
```

[aioauth-fastapi](https://github.com/aliev/aioauth-fastapi) repository contains demo example which I recommend to look.
The project example is located in the [examples](examples) directory and uses FastAPI as the server.

## [API Reference and User Guide](https://aliev.me/aioauth/)

0 comments on commit c6e772f

Please sign in to comment.