Age | Commit message (Expand) | Author |
12 days | Update server to support non-expiring JWTs. | Frederick Muriuki Muriithi |
12 days | Override `generate` to generate tokens without expiry. | Frederick Muriuki Muriithi |
12 days | Rework `get_token_data()` to only set 'exp' if its provided. | Frederick Muriuki Muriithi |
12 days | Allow for non-expiring JWT tokens. | Frederick Muriuki Muriithi |
2024-12-31 | Log out exceptions with the application's logger | Frederick Muriuki Muriithi |
2024-12-31 | Allow the request to redirect from HTTP to HTTPS where relevant. | Frederick Muriuki Muriithi |
2024-12-31 | DEBUG: See the Public JWKS uri. | Frederick Muriuki Muriithi |
2024-11-22 | Delete local mariadb connections module. | Frederick Muriuki Muriithi |
2024-11-22 | Use code in gn_libs for MySQL/MariaDB connection. | Frederick Muriuki Muriithi |
2024-11-08 | Revert "Debug: Add debug logging to trace JWK fetching." | Frederick Muriuki Muriithi |
2024-11-05 | Debug: Add debug logging to trace JWK fetching. | Frederick Muriuki Muriithi |
2024-11-04 | Output KeySet retrieved from the client. | Frederick Muriuki Muriithi |
2024-10-09 | Linting: Fix minor linting errors | Frederick Muriuki Muriithi |
2024-10-09 | Fix masquerading logic | Frederick Muriuki Muriithi |
2024-10-09 | Add a client to the JWTBearerToken objects. | Frederick Muriuki Muriithi |
2024-10-09 | Update Configs: Change `OAUTH2_SCOPE` => `OAUTH2_SCOPES_SUPPORTED` | Frederick Muriuki Muriithi |
2024-10-09 | Pass on all GET parameters when redirecting. | Frederick Muriuki Muriithi |
2024-10-09 | Put routes behind auth. | Frederick Muriuki Muriithi |
2024-10-03 | BugFix: Fetch also roles assigned to user | Frederick Muriuki Muriithi |
2024-10-03 | BugFix: Remove duplicates from resources list | Frederick Muriuki Muriithi |
2024-10-03 | Provide a way to change OAuth2 client secrets. | Frederick Muriuki Muriithi |
2024-09-30 | Refactor: Initialise phenotype package | Frederick Muriuki Muriithi |
2024-09-30 | Create a better named function, with less data in the args. | Frederick Muriuki Muriithi |
2024-09-30 | Extract function to prevent circular dependencies. | Frederick Muriuki Muriithi |
2024-09-26 | Add type annotation to variable. | Frederick Muriuki Muriithi |
2024-09-26 | Bugfix: Fix bugs that were preventing creation of geno resource | Frederick Muriuki Muriithi |
2024-09-25 | Implement genotype resource creation via API with resource data | Frederick Muriuki Muriithi |
2024-09-25 | Extract common role assignment to its own module | Frederick Muriuki Muriithi |
2024-09-16 | Create population resource and assign appropriate roles | Frederick Muriuki Muriithi |
2024-09-16 | Rename blueprint and register it one level lower | Frederick Muriuki Muriithi |
2024-09-16 | Pass cursor rather than connection to create_resource function | Frederick Muriuki Muriithi |
2024-09-13 | Notes: Add note on some items that could go into hooks. | Frederick Muriuki Muriithi |
2024-08-30 | If config variables are not set, return empty string. | Frederick Muriuki Muriithi |
2024-08-21 | Only import anonymous collections if they contain traits | zsloan |
2024-08-21 | Update 'changed' field when traits are added or removed from collections | zsloan |
2024-08-21 | Do actual password change. | Frederick Muriuki Muriithi |
2024-08-21 | Provide email and improve UI text/notification. | Frederick Muriuki Muriithi |
2024-08-20 | Save to DB then send email | Frederick Muriuki Muriithi |
2024-08-20 | Handle the "GET" part of the change-password request | Frederick Muriuki Muriithi |
2024-08-20 | Pass GET parameters for correct redirection. | Frederick Muriuki Muriithi |
2024-08-20 | Fix query: Replace any existing token. | Frederick Muriuki Muriithi |
2024-08-19 | Generate token and send out "Forgot Password" email | Frederick Muriuki Muriithi |
2024-08-19 | Show "Forgot Password" link. | Frederick Muriuki Muriithi |
2024-08-15 | Fix a bunch of linting errors. | Frederick Muriuki Muriithi |
2024-08-15 | Reduce UI complexity | Frederick Muriuki Muriithi |
2024-08-15 | Import specific classes from the datetime module. | Frederick Muriuki Muriithi |
2024-08-15 | fix: bugs with generating auth tokens | John Nduli |
2024-08-15 | fix: bugs in masquerade api | John Nduli |
2024-08-14 | fix: import timedelta in jwks | John Nduli |
2024-08-14 | refactor: move newest_jwk_with_rotation function to jwks.py | John Nduli |