square-authentication 4.4.0__py3-none-any.whl → 4.5.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.
- {square_authentication-4.4.0.dist-info → square_authentication-4.5.1.dist-info}/METADATA +13 -1
- {square_authentication-4.4.0.dist-info → square_authentication-4.5.1.dist-info}/RECORD +4 -4
- {square_authentication-4.4.0.dist-info → square_authentication-4.5.1.dist-info}/WHEEL +0 -0
- {square_authentication-4.4.0.dist-info → square_authentication-4.5.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: square-authentication
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.5.1
|
4
4
|
Summary: authentication layer for my personal server.
|
5
5
|
Home-page: https://github.com/thepmsquare/square_authentication
|
6
6
|
Author: thePmSquare
|
@@ -24,6 +24,8 @@ Requires-Dist: square-commons>=1.0.0
|
|
24
24
|
Requires-Dist: square-logger>=1.0.0
|
25
25
|
Requires-Dist: square-database-helper>=2.0.0
|
26
26
|
Requires-Dist: square-database-structure>=1.0.0
|
27
|
+
Requires-Dist: pytest>=8.0.0
|
28
|
+
Requires-Dist: httpx>=0.27.2
|
27
29
|
|
28
30
|
# square_authentication
|
29
31
|
|
@@ -43,6 +45,16 @@ pip install square_authentication
|
|
43
45
|
|
44
46
|
## changelog
|
45
47
|
|
48
|
+
### v4.5.1
|
49
|
+
|
50
|
+
- fix auto docker image build github action.
|
51
|
+
|
52
|
+
### v4.5.0
|
53
|
+
|
54
|
+
- add pytest dependency and dummy test.
|
55
|
+
- add https dependency.
|
56
|
+
- github actions for CI/CD for testing and auto build and push.
|
57
|
+
|
46
58
|
### v4.4.0
|
47
59
|
|
48
60
|
- core
|
@@ -11,7 +11,7 @@ square_authentication/routes/utility.py,sha256=ocLWj39JbKVOxgyTsM0xBUgTpHFmKIvva
|
|
11
11
|
square_authentication/utils/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
12
12
|
square_authentication/utils/encryption.py,sha256=T6BShoUr_xeGpbfPgTK-GxTlXPwcjwU4c4KW7KPzrF8,1865
|
13
13
|
square_authentication/utils/token.py,sha256=Y_arg5LegX-aprMj9YweUK8jjNZLGDjLUGgxbUA12w4,560
|
14
|
-
square_authentication-4.
|
15
|
-
square_authentication-4.
|
16
|
-
square_authentication-4.
|
17
|
-
square_authentication-4.
|
14
|
+
square_authentication-4.5.1.dist-info/METADATA,sha256=WzkcPKGDMKesFj01VMM_fJubTIea2J5lIT-KZk3z4BU,3530
|
15
|
+
square_authentication-4.5.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
16
|
+
square_authentication-4.5.1.dist-info/top_level.txt,sha256=wDssVJIl9KIEJPj5rR3rv4uRI7yCndMBrvHd_6BGXQA,22
|
17
|
+
square_authentication-4.5.1.dist-info/RECORD,,
|
File without changes
|
{square_authentication-4.4.0.dist-info → square_authentication-4.5.1.dist-info}/top_level.txt
RENAMED
File without changes
|