pypomes-iam 0.2.7__tar.gz → 0.2.8__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_iam
3
- Version: 0.2.7
3
+ Version: 0.2.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
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "pypomes_iam"
9
- version = "0.2.7"
9
+ version = "0.2.8"
10
10
  authors = [
11
11
  { name="GT Nunes", email="wisecoder01@gmail.com" }
12
12
  ]
@@ -71,7 +71,7 @@ def keycloak_setup(flask_app: Flask,
71
71
  "pk-expiration": int(datetime.now(tz=TZ_LOCAL).timestamp()),
72
72
  "pk-lifetime": public_key_lifetime,
73
73
  "cache": cache,
74
- logger: logger,
74
+ "logger": logger,
75
75
  "redirect-uri": None
76
76
  }
77
77
 
File without changes
File without changes
File without changes