File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,24 @@ name = fastapi-oauth2
3
3
version = attr: fastapi_oauth2.__version__
4
4
author = Artyom Vancyan
5
5
6
- description = Easy to setup OAuth2 social authentication mechanism with support for several auth providers.
6
+ description = Easy to setup OAuth2 authentication with support for several auth providers.
7
7
long_description = file: README.md
8
8
long_description_content_type = text/markdown
9
9
project_urls =
10
10
Documentation =https://github.com/pysnippet/fastapi-oauth2/
11
11
Source Code =https://github.com/pysnippet/fastapi-oauth2/
12
12
keywords =
13
13
python
14
+ sso
14
15
auth
15
16
login
16
- social
17
+ oauth
17
18
oauth2
19
+ social
18
20
fastapi
21
+ allauth
22
+ security
23
+ middleware
19
24
authentication
20
25
license = MIT
21
26
license_files = LICENSE
You can’t perform that action at this time.
0 commit comments