square-authentication 4.2.1__py3-none-any.whl → 4.3.0__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/main.py +1 -0
- {square_authentication-4.2.1.dist-info → square_authentication-4.3.0.dist-info}/METADATA +5 -1
- {square_authentication-4.2.1.dist-info → square_authentication-4.3.0.dist-info}/RECORD +5 -5
- {square_authentication-4.2.1.dist-info → square_authentication-4.3.0.dist-info}/WHEEL +0 -0
- {square_authentication-4.2.1.dist-info → square_authentication-4.3.0.dist-info}/top_level.txt +0 -0
square_authentication/main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: square-authentication
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.3.0
|
4
4
|
Summary: authentication layer for my personal server.
|
5
5
|
Home-page: https://github.com/thepmsquare/square_authentication
|
6
6
|
Author: thePmSquare
|
@@ -43,6 +43,10 @@ pip install square_authentication
|
|
43
43
|
|
44
44
|
## changelog
|
45
45
|
|
46
|
+
### v4.3.0
|
47
|
+
|
48
|
+
- set allow_credentials=True.
|
49
|
+
|
46
50
|
### v4.2.1
|
47
51
|
|
48
52
|
- fix output format in validate_and_get_payload_from_token/v0.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
square_authentication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
square_authentication/configuration.py,sha256=i0uNtNSQd-n1rBxFM6jsIz1Wy3d090RcdTViSqHKc7Y,2973
|
3
|
-
square_authentication/main.py,sha256=
|
3
|
+
square_authentication/main.py,sha256=95YgTBOuh2paWg3W0g0CvrQCeyTr0Q89fL14GmUxv2g,1664
|
4
4
|
square_authentication/messages.py,sha256=BA9KC0vW9UD1ZXT4VneVqVNLlgdbMdsAwAgxhJISLf4,1175
|
5
5
|
square_authentication/data/config.ini,sha256=_740RvKpL5W2bUDGwZ7ePwuP-mAasr5cXXB81yq_Jv8,906
|
6
6
|
square_authentication/pydantic_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -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.3.0.dist-info/METADATA,sha256=Tot-MLnHHu3mUgkyapkne6Wxx3JXQrWJ3WBUg3AcAwE,3173
|
15
|
+
square_authentication-4.3.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
16
|
+
square_authentication-4.3.0.dist-info/top_level.txt,sha256=wDssVJIl9KIEJPj5rR3rv4uRI7yCndMBrvHd_6BGXQA,22
|
17
|
+
square_authentication-4.3.0.dist-info/RECORD,,
|
File without changes
|
{square_authentication-4.2.1.dist-info → square_authentication-4.3.0.dist-info}/top_level.txt
RENAMED
File without changes
|