aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/oauth2/client.py
AgeCommit message (Expand)Author
2024-03-26Use correct variable name....* gn2/wqflask/oauth2/client.py (no_token_post): "uri" does not exist. Replace it with "uri_path." Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2024-03-26Remove unused imports....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2024-03-06Bug: Break circular importFrederick Muriuki Muriithi
2024-03-05configs: Fetch configs from app not `gn2.utility.tools`...Fetch configurations from the application, rather than from the `gn2.utility.tools` module that does not get the updated values from the secrets file. Frederick Muriuki Muriithi
2024-01-30Create framework for error handling and handle connection errorsFrederick Muriuki Muriithi
2023-12-29Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac