usso 0.4.0__py3-none-any.whl → 0.6.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.
usso/__init__.py CHANGED
@@ -1,2 +1,3 @@
1
- from .core import *
2
- from usso_fastapi import integration as fastapi_integration
1
+ from .usso_fastapi import integration as fastapi_integration
2
+
3
+ from .core import UserData
@@ -1 +0,0 @@
1
- from .integration import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: usso
3
- Version: 0.4.0
3
+ Version: 0.6.0
4
4
  Summary: A plug-and-play client for integrating universal single sign-on (SSO) with Python frameworks, enabling secure and seamless authentication across microservices.
5
5
  Author-email: Mahdi Kiani <mahdikiany@gmail.com>
6
6
  Maintainer-email: Mahdi Kiani <mahdikiany@gmail.com>
@@ -0,0 +1,12 @@
1
+ usso/__init__.py,sha256=378nEiZJMlubUbb6jecqoi5IRy3plKhQcL_CI58LSgQ,89
2
+ usso/core.py,sha256=h9dvXVW1ZQN-vp8W2nrqf5Msz9uTXIWJ5cxnWw1SZ_Q,695
3
+ usso/exceptions.py,sha256=hawOAuVbvQtjgRfwp1KFZ4SmV7fh720y5Gom9JVA8W8,504
4
+ usso/package_data.dat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ usso/usso_fastapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ usso/usso_fastapi/integration.py,sha256=HBcyoYV5a23lr-Jz06m3aDSlXGrK9Gi5rrTMnwF9NQs,2498
7
+ usso-0.6.0.dist-info/LICENSE.txt,sha256=ceC9ZJOV9H6CtQDcYmHOS46NA3dHJ_WD4J9blH513pc,1081
8
+ usso-0.6.0.dist-info/METADATA,sha256=6eLV0pdsgkEY1T1NoVT3v6GcO0wVCGzNpitkNdpueQE,4211
9
+ usso-0.6.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
+ usso-0.6.0.dist-info/entry_points.txt,sha256=4Zgpm5ELaAWPf0jPGJFz1_X69H7un8ycT3WdGoJ0Vvk,35
11
+ usso-0.6.0.dist-info/top_level.txt,sha256=g9Jf6h1Oyidh0vPiFni7UHInTJjSvu6cUalpLTIvthg,5
12
+ usso-0.6.0.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- usso/__init__.py,sha256=UbbMK5skr0rct0Tv0hOpAZo05yrOw1CGdczxuMI4MSU,79
2
- usso/core.py,sha256=h9dvXVW1ZQN-vp8W2nrqf5Msz9uTXIWJ5cxnWw1SZ_Q,695
3
- usso/exceptions.py,sha256=hawOAuVbvQtjgRfwp1KFZ4SmV7fh720y5Gom9JVA8W8,504
4
- usso/package_data.dat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- usso/usso_fastapi/__init__.py,sha256=2T1UBFVOMZfiAtqjDsUeqa91MpCJnMeyc8fzR1C31xg,27
6
- usso/usso_fastapi/integration.py,sha256=HBcyoYV5a23lr-Jz06m3aDSlXGrK9Gi5rrTMnwF9NQs,2498
7
- usso-0.4.0.dist-info/LICENSE.txt,sha256=ceC9ZJOV9H6CtQDcYmHOS46NA3dHJ_WD4J9blH513pc,1081
8
- usso-0.4.0.dist-info/METADATA,sha256=hrsMvwdo2oryK0fGrSTbflLbkhTVGWInBOeMovGE1Tk,4211
9
- usso-0.4.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
- usso-0.4.0.dist-info/entry_points.txt,sha256=4Zgpm5ELaAWPf0jPGJFz1_X69H7un8ycT3WdGoJ0Vvk,35
11
- usso-0.4.0.dist-info/top_level.txt,sha256=g9Jf6h1Oyidh0vPiFni7UHInTJjSvu6cUalpLTIvthg,5
12
- usso-0.4.0.dist-info/RECORD,,
File without changes