aboutsummaryrefslogtreecommitdiff
path: root/uploader/oauth2/views.py
AgeCommit message (Collapse)Author
2025-04-05Add base "alert" class for alerts for bootstrap 5.Frederick Muriuki Muriithi
2025-04-05Fix fetching of user details.Frederick Muriuki Muriithi
Move the fetching of user details to the client module. Add checks to only fetch the details if they are not updated yet.
2025-02-03Make sign in/out terminology consistent with GN2.Frederick Muriuki Muriithi
2024-08-05Fix token revocationFrederick Muriuki Muriithi
Token revocation was failing due to missing hint.
2024-08-05If no user is logged in, notify and redirect appropriately.Frederick Muriuki Muriithi
2024-08-05Provide a generalised way to handle errors and exceptions.Frederick Muriuki Muriithi
2024-08-05Enable logout.Frederick Muriuki Muriithi
2024-08-05Differentiate python's requests library from our monadic wrappers.Frederick Muriuki Muriithi
2024-08-05Add OAuth2/JWK-related endpoints.Frederick Muriuki Muriithi