aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/oauth2/checks.py
AgeCommit message (Expand)Author
2024-09-18fix minor issue for setting redirect url.Alexander_Kabui
2024-09-18feat(auth): implement redirect to login page and save current endpoint to ses...Alexander_Kabui
2024-09-17Redirect users to login page if they attempt to access a service that require...Alexander_Kabui
2024-07-17Remove redundant import.Frederick Muriuki Muriithi
2024-07-17Remove token and user detail handling from @app.before_requestFrederick Muriuki Muriithi
2024-05-14Consistently use the same OAuthSession clientFrederick Muriuki Muriithi
2024-03-26Delete unused variable.Munyoki Kilyungi
2024-03-26Implement "require_oauth2_edit_resource_access" decorator.Munyoki Kilyungi
2024-03-26Import user_logged_in from the clients module.Munyoki Kilyungi
2024-03-06Use AUTH_SERVER_URL setting from flask.current_app not gn2.utility.toolsFrederick Muriuki Muriithi
2024-03-06Bug: Break circular importFrederick Muriuki Muriithi
2024-03-05Fix missed bug: Don't use `gn2.utility.tools` for configs.Frederick Muriuki Muriithi
2023-12-29Namespace all modules under gn2.Arun Isaac