square-authentication 10.0.0__py3-none-any.whl → 10.0.2__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.
- square_authentication/routes/core.py +166 -3002
- square_authentication/routes/profile.py +38 -579
- square_authentication/routes/utility.py +7 -37
- square_authentication/utils/routes/__init__.py +0 -0
- square_authentication/utils/routes/core.py +3251 -0
- square_authentication/utils/routes/profile.py +647 -0
- square_authentication/utils/routes/utility.py +55 -0
- {square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/METADATA +7 -2
- {square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/RECORD +12 -8
- {square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/WHEEL +0 -0
- {square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/licenses/LICENSE +0 -0
- {square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: square_authentication
|
3
|
-
Version: 10.0.
|
3
|
+
Version: 10.0.2
|
4
4
|
Summary: authentication layer for my personal server.
|
5
5
|
Home-page: https://github.com/thepmsquare/square_authentication
|
6
6
|
Author: Parth Mukesh Mangtani
|
@@ -54,7 +54,12 @@ authentication layer for my personal server.
|
|
54
54
|
|
55
55
|
## goals
|
56
56
|
|
57
|
-
|
57
|
+
- integration with square_*
|
58
|
+
- unified authentication api across all projects
|
59
|
+
- jwt token support
|
60
|
+
- simple user and user profile management
|
61
|
+
- oauth support
|
62
|
+
- future extensibility
|
58
63
|
|
59
64
|
## Installation
|
60
65
|
|
@@ -8,15 +8,19 @@ square_authentication/pydantic_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
8
8
|
square_authentication/pydantic_models/core.py,sha256=7H1N1y8VpPA_-NrudX8j0YG_YzpHnPXZuwtGaKRPSy0,1268
|
9
9
|
square_authentication/pydantic_models/profile.py,sha256=tq7RJMfbMBMi7FaRQksWJR3Iucr2l8P2ziKgQvV4owg,110
|
10
10
|
square_authentication/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
square_authentication/routes/core.py,sha256=
|
12
|
-
square_authentication/routes/profile.py,sha256=
|
13
|
-
square_authentication/routes/utility.py,sha256=
|
11
|
+
square_authentication/routes/core.py,sha256=zkY3kB4LnW9NruCWrGTkgliVe40-oIyY3Vi0p7DxEqE,17991
|
12
|
+
square_authentication/routes/profile.py,sha256=DzFmkh-P645f7QMxH_WcMHWldGg8XhEwA_lJeCCxDbo,4554
|
13
|
+
square_authentication/routes/utility.py,sha256=k8FLpN0ouexrE-rTLfg7FwMnispUPvZGXABvGbi1aO4,1143
|
14
14
|
square_authentication/utils/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
15
15
|
square_authentication/utils/core.py,sha256=2jMPnbbURNIMiajYfWIlGNblI7DocWNPZcU_psAq4SE,1567
|
16
16
|
square_authentication/utils/encryption.py,sha256=WakaiEAgWpTJltxBzqOtv81_DCDKfzJqt60fWSPoNvo,2027
|
17
17
|
square_authentication/utils/token.py,sha256=t-RPBY4cYyT1ro3lkLBTOy2BeRGBfluBVBivL5DLmDg,680
|
18
|
-
square_authentication
|
19
|
-
square_authentication
|
20
|
-
square_authentication
|
21
|
-
square_authentication
|
22
|
-
square_authentication-10.0.
|
18
|
+
square_authentication/utils/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
|
+
square_authentication/utils/routes/core.py,sha256=4xvPPSHFm564EJoitKjJWmQOKFFwXkncaA2ypzV--UM,133487
|
20
|
+
square_authentication/utils/routes/profile.py,sha256=twX0vjpv6Jq1o1g36s4WTDwOU44jmDTES8BK32cRfag,26346
|
21
|
+
square_authentication/utils/routes/utility.py,sha256=DsppWVXQtlsGXidfbnHPT4GCVSMdQ7P4gvFFF7lhuKk,1683
|
22
|
+
square_authentication-10.0.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
23
|
+
square_authentication-10.0.2.dist-info/METADATA,sha256=SJKahpCpZjMLKZ5E1nIGzcXx4foL5Vp5cywod_pcycs,2081
|
24
|
+
square_authentication-10.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
25
|
+
square_authentication-10.0.2.dist-info/top_level.txt,sha256=wDssVJIl9KIEJPj5rR3rv4uRI7yCndMBrvHd_6BGXQA,22
|
26
|
+
square_authentication-10.0.2.dist-info/RECORD,,
|
File without changes
|
{square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{square_authentication-10.0.0.dist-info → square_authentication-10.0.2.dist-info}/top_level.txt
RENAMED
File without changes
|