Skip to content

Commit d8bbbc7

Browse files
committed
Define the desired list of features
1 parent 1a02068 commit d8bbbc7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fastapi-oauth2
22

3-
Easy to setup social authentication mechanism with support for several auth providers.
3+
Easy to setup OAuth2 social authentication mechanism with support for several auth providers.
44

55
## Demo
66

@@ -16,3 +16,11 @@ uvicorn main:app --reload
1616

1717
- Make the [**fastapi-oauth2**](./fastapi_oauth2) depend
1818
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

Comments
 (0)