File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
- # fastapi-oauth2
1
+ # fastapi-oauth2 < img src = " https://github.com/pysnippet.png " align = " right " height = " 64 " />
2
2
3
- Easy to setup OAuth2 social authentication mechanism with support for several auth providers.
3
+ Easy to setup OAuth2 authentication with support for several auth providers.
4
4
5
- ## Features
5
+ ## Installation
6
+
7
+ ``` shell
8
+ python -m pip install fastapi-oauth2
9
+ ```
10
+
11
+ ## Features to be implemented
6
12
7
- - Integrate with any existing FastAPI project (no dependencies of the project should stop the work of
8
- the ` fastapi-oauth2 ` )
9
- * Implementation must allow to provide a context for configurations (also, see how it is done in another projects)
10
13
- Use multiple OAuth2 providers at the same time
11
14
* There need to be provided a way to configure the OAuth2 for multiple providers
12
15
- Token -> user data, user data -> token easy conversion
13
16
- Customize OAuth2 routes
17
+
18
+ ## Contribute
19
+
20
+ Any contribution is welcome. If you have any ideas or suggestions, feel free to open an issue or a pull request. And
21
+ don't forget to add tests for your changes.
22
+
23
+ ## License
24
+
25
+ Copyright (C) 2023 Artyom Vancyan. [ MIT] ( https://github.com/pysnippet/fastapi-oauth2/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments