pypomes-iam 0.0.7__py3-none-any.whl → 0.0.8__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.
Potentially problematic release.
This version of pypomes-iam might be problematic. Click here for more details.
- pypomes_iam/__init__.py +4 -4
- pypomes_iam/{iam_jusbr.py → jusbr_pomes.py} +1 -1
- {pypomes_iam-0.0.7.dist-info → pypomes_iam-0.0.8.dist-info}/METADATA +1 -1
- pypomes_iam-0.0.8.dist-info/RECORD +7 -0
- pypomes_iam-0.0.7.dist-info/RECORD +0 -7
- /pypomes_iam/{iam_provider.py → provider_pomes.py} +0 -0
- {pypomes_iam-0.0.7.dist-info → pypomes_iam-0.0.8.dist-info}/WHEEL +0 -0
- {pypomes_iam-0.0.7.dist-info → pypomes_iam-0.0.8.dist-info}/licenses/LICENSE +0 -0
pypomes_iam/__init__.py
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
from .
|
|
1
|
+
from .jusbr_pomes import (
|
|
2
2
|
jusbr_setup, jusbr_get_token, jusbr_set_scope
|
|
3
3
|
)
|
|
4
|
-
from .
|
|
4
|
+
from .provider_pomes import (
|
|
5
5
|
provider_register, provider_get_token
|
|
6
6
|
)
|
|
7
7
|
|
|
8
8
|
__all__ = [
|
|
9
|
-
#
|
|
9
|
+
# jusbr_pomes
|
|
10
10
|
"jusbr_setup", "jusbr_get_token", "jusbr_set_scope",
|
|
11
|
-
#
|
|
11
|
+
# provider_pomes
|
|
12
12
|
"provider_register", "provider_get_token"
|
|
13
13
|
]
|
|
14
14
|
|
|
@@ -205,7 +205,7 @@ def service_logout() -> Response:
|
|
|
205
205
|
# methods=["POST"])
|
|
206
206
|
def service_callback() -> Response:
|
|
207
207
|
"""
|
|
208
|
-
Entry point for the callback from JusBR on authentication.
|
|
208
|
+
Entry point for the callback from JusBR on authentication operation.
|
|
209
209
|
|
|
210
210
|
:return: the response containing the token, or *NOT AUTHORIZED*
|
|
211
211
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_iam
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8
|
|
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
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pypomes_iam/__init__.py,sha256=auU8x5XIIPSLLO_cFzlie8E8Gm-jILO0x7OOjdkGthU,484
|
|
2
|
+
pypomes_iam/jusbr_pomes.py,sha256=34Nu-7VwY9sfGWiM5xcneSqwC7IUDdgdg36ZVzh-G1Y,17464
|
|
3
|
+
pypomes_iam/provider_pomes.py,sha256=eP8XzjTUEpwejTkO0wmDiqKjqbIEOzRNCR2ju5E15og,5856
|
|
4
|
+
pypomes_iam-0.0.8.dist-info/METADATA,sha256=ZSRU4dLrzDxxALT0KI2svZKcXnoJDvMMCIvlMhi-71c,628
|
|
5
|
+
pypomes_iam-0.0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
+
pypomes_iam-0.0.8.dist-info/licenses/LICENSE,sha256=YvUELgV8qvXlaYsy9hXG5EW3Bmsrkw-OJmmILZnonAc,1086
|
|
7
|
+
pypomes_iam-0.0.8.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pypomes_iam/__init__.py,sha256=a24pnGNGqtQrZwUbSbIpcrUVTlfSBFNkFGbeE1BQb1c,476
|
|
2
|
-
pypomes_iam/iam_jusbr.py,sha256=NTFMqIiRmItw15g33Sc59_LBGd5pF1l6dWPLw-bGAuQ,17454
|
|
3
|
-
pypomes_iam/iam_provider.py,sha256=eP8XzjTUEpwejTkO0wmDiqKjqbIEOzRNCR2ju5E15og,5856
|
|
4
|
-
pypomes_iam-0.0.7.dist-info/METADATA,sha256=I7fVE1iCuUdlRFDyRHmBkZ3_1zvbh2kYKYiP9g4W9BA,628
|
|
5
|
-
pypomes_iam-0.0.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
-
pypomes_iam-0.0.7.dist-info/licenses/LICENSE,sha256=YvUELgV8qvXlaYsy9hXG5EW3Bmsrkw-OJmmILZnonAc,1086
|
|
7
|
-
pypomes_iam-0.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|