index
:
gn-auth
enable-key-rotation
enable-sending-emails
handle-role-privilege-escalation
main
GN authentication and authorization service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
45 hours
Test post-receive hook.
Munyoki Kilyungi
5 days
Update server to support non-expiring JWTs.
Frederick Muriuki Muriithi
5 days
Override `generate` to generate tokens without expiry.
Frederick Muriuki Muriithi
5 days
Rework `get_token_data()` to only set 'exp' if its provided.
Frederick Muriuki Muriithi
5 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-12-20
Change log-in page template HTML
zsloan
2024-11-22
Remove imports that are no longer used.
Frederick Muriuki Muriithi
2024-11-22
Fix type and return of the `setup_logging` function.
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-22
Add `gn-libs` as new dependency.
Frederick Muriuki Muriithi
2024-11-15
Make authorise-user template more consistent with GN2 style
zsloan
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
Move logging setup functions to gn_auth.__init__.py module
Frederick Muriuki Muriithi
2024-11-04
Output KeySet retrieved from the client.
Frederick Muriuki Muriithi
2024-11-04
Add debug-logging module.
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
Lint: Add documentation strings. Fix import order.
Frederick Muriuki Muriithi
2024-09-26
Fix import and update arguments to function.
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-25
feat: add base implementation for hooks system
John Nduli
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-30
Commit missing template.
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-21
Use username and password, when present, during sending emails
Frederick Muriuki Muriithi
[next]