aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/app_errors.py
AgeCommit message (Expand)Author
2024-08-28Fix typo.Frederick Muriuki Muriithi
2024-08-28Use JWKs from auth server public endpoint...* Fetch keys from auth server * Validate token is signed with one of the keys from server * Ensure refreshing of token is still synchronised Frederick Muriuki Muriithi
2024-08-28Improve logging...Add more logging information to help with tracking and fixing bugs. Frederick Muriuki Muriithi
2024-08-28Handle 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....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac