We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a02068 commit d8bbbc7Copy full SHA for d8bbbc7
README.md
@@ -1,6 +1,6 @@
1
# fastapi-oauth2
2
3
-Easy to setup social authentication mechanism with support for several auth providers.
+Easy to setup OAuth2 social authentication mechanism with support for several auth providers.
4
5
## Demo
6
@@ -16,3 +16,11 @@ uvicorn main:app --reload
16
17
- Make the [**fastapi-oauth2**](./fastapi_oauth2) depend
18
on (overuse) the [**social-core**](https://github.com/python-social-auth/social-core)
19
+
20
+## Features
21
22
+- Integrate with any existing FastAPI project (no dependencies of the project should stop the work of
23
+ the `fastapi-oauth2`)
24
+- Use multiple OAuth2 providers at the same time
25
+- Token to user data, user data to token easy conversion
26
+- Customize OAuth2 routes
0 commit comments