aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/app_errors.py
AgeCommit message (Collapse)Author
2024-08-05Fix typo.Frederick Muriuki Muriithi
2024-08-01Use JWKs from auth server public endpointFrederick Muriuki Muriithi
* Fetch keys from auth server * Validate token is signed with one of the keys from server * Ensure refreshing of token is still synchronised
2024-07-31Improve loggingFrederick Muriuki Muriithi
Add more logging information to help with tracking and fixing bugs.
2024-06-03Handle generic OAuthError gracefullyFrederick Muriuki Muriithi
2024-04-16Import missing symbol.Frederick Muriuki Muriithi
2024-01-30Create framework for error handling and handle connection errorsFrederick Muriuki Muriithi
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.