fastapi-sso 0.13.0__py3-none-any.whl → 0.13.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fastapi_sso/sso/gitlab.py +1 -1
- {fastapi_sso-0.13.0.dist-info → fastapi_sso-0.13.1.dist-info}/METADATA +2 -1
- {fastapi_sso-0.13.0.dist-info → fastapi_sso-0.13.1.dist-info}/RECORD +5 -5
- {fastapi_sso-0.13.0.dist-info → fastapi_sso-0.13.1.dist-info}/LICENSE.md +0 -0
- {fastapi_sso-0.13.0.dist-info → fastapi_sso-0.13.1.dist-info}/WHEEL +0 -0
fastapi_sso/sso/gitlab.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastapi-sso
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.1
|
|
4
4
|
Summary: FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)
|
|
5
5
|
Home-page: https://tomasvotava.github.io/fastapi-sso/
|
|
6
6
|
License: MIT
|
|
@@ -76,6 +76,7 @@ I tend to process Pull Requests faster when properly caffeinated 😉.
|
|
|
76
76
|
- Github (credits to [Brandl](https://github.com/Brandl) for hint using `accept` header)
|
|
77
77
|
- generic (see [docs](https://tomasvotava.github.io/fastapi-sso/reference/sso.generic/))
|
|
78
78
|
- Notion
|
|
79
|
+
- Twitter (X)
|
|
79
80
|
|
|
80
81
|
### Contributed
|
|
81
82
|
|
|
@@ -7,7 +7,7 @@ fastapi_sso/sso/facebook.py,sha256=fyO9R7wmhuDp8gZWOp5hogMfTLbff_7ms1XcrLL9udU,1
|
|
|
7
7
|
fastapi_sso/sso/fitbit.py,sha256=ofWcrGVeZk6n4b59RI9dLxPz_GzpizJiLNGLvrIphmY,1278
|
|
8
8
|
fastapi_sso/sso/generic.py,sha256=nfH_ju0zRM4HAX-YYHMulSGRb_UEr342YAcK8JtJ3CE,2645
|
|
9
9
|
fastapi_sso/sso/github.py,sha256=GA0jalPGjgBvhJH2SSyIxiizcj6PR8ccOXQYemmaKpQ,1713
|
|
10
|
-
fastapi_sso/sso/gitlab.py,sha256=
|
|
10
|
+
fastapi_sso/sso/gitlab.py,sha256=Fdq4_f3YmxQUEEx11GahXh6ELwExRyOC9ERwNYvbIHw,1057
|
|
11
11
|
fastapi_sso/sso/google.py,sha256=iyVqh5YG5Xw-Ss4y8xEv1APDvubdI9Vt3ijvPMmStVk,1380
|
|
12
12
|
fastapi_sso/sso/kakao.py,sha256=-St6EEI0r3oFFphFd7UgqppA0z7XtZ22FmBOyhPfJ9M,884
|
|
13
13
|
fastapi_sso/sso/line.py,sha256=1u27gqq8ZNiNn3XRumyTzNTj67vyTlo_HfVBRj4_crI,1210
|
|
@@ -18,7 +18,7 @@ fastapi_sso/sso/notion.py,sha256=3OU70JpE4mle9DXyZrf4sRpwq1raWcOHjFJrRmsI-EM,130
|
|
|
18
18
|
fastapi_sso/sso/spotify.py,sha256=EyCuUK1fiP-I7NSg1ssDoPJilHnIULyXB4AyJNxPiYg,1269
|
|
19
19
|
fastapi_sso/sso/twitter.py,sha256=NsRbKZlau_8gZNKgCywlggKv1jZLRP1oDXTp-TId2PU,1227
|
|
20
20
|
fastapi_sso/state.py,sha256=bwqsl73I5_VSf-TfCTvDfVb7L_3PwUqtP7jDjco-8Nw,298
|
|
21
|
-
fastapi_sso-0.13.
|
|
22
|
-
fastapi_sso-0.13.
|
|
23
|
-
fastapi_sso-0.13.
|
|
24
|
-
fastapi_sso-0.13.
|
|
21
|
+
fastapi_sso-0.13.1.dist-info/LICENSE.md,sha256=5NVQtYs6liDtYdWM4VObWmTTKaK0k9C9txx5pLPJSyQ,1093
|
|
22
|
+
fastapi_sso-0.13.1.dist-info/METADATA,sha256=oCN_56pDK4ELk7iPOAYHjLuB9FvgBnxbIR3gcpjouj0,4563
|
|
23
|
+
fastapi_sso-0.13.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
24
|
+
fastapi_sso-0.13.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|