pypomes-iam 0.3.3__tar.gz → 0.3.4__tar.gz
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.
Potentially problematic release.
This version of pypomes-iam might be problematic. Click here for more details.
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/PKG-INFO +1 -1
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/pyproject.toml +1 -1
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/__init__.py +1 -1
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/iam_pomes.py +1 -1
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/.gitignore +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/LICENSE +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/README.md +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/iam_common.py +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/iam_services.py +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/jusbr_pomes.py +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/keycloak_pomes.py +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/provider_pomes.py +0 -0
- {pypomes_iam-0.3.3 → pypomes_iam-0.3.4}/src/pypomes_iam/token_pomes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_iam
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: A collection of Python pomes, penyeach (IAM modules)
|
|
5
5
|
Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-IAM
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-IAM/issues
|
|
@@ -199,7 +199,7 @@ def login_callback(iam_server: IamServer,
|
|
|
199
199
|
:param args: the arguments passed when requesting the service
|
|
200
200
|
:param errors: incidental errors
|
|
201
201
|
:param logger: optional logger
|
|
202
|
-
:return: a tuple
|
|
202
|
+
:return: a tuple containing the reference user identification and the token obtained, or *None* if error
|
|
203
203
|
"""
|
|
204
204
|
from .token_pomes import token_validate
|
|
205
205
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|