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
path:
root
/
gn_auth
Age
Commit message (
Expand
)
Author
2 days
Rework `get_token_data()` to only set 'exp' if its provided.
Frederick Muriuki Muriithi
2 days
Allow for non-expiring JWT tokens.
Frederick Muriuki Muriithi
12 days
Log out exceptions with the application's logger
Frederick Muriuki Muriithi
12 days
Allow the request to redirect from HTTP to HTTPS where relevant.
Frederick Muriuki Muriithi
12 days
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-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
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
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
Add notification to outgoing emails.
Frederick Muriuki Muriithi
2024-08-20
Fix query: Replace any existing token.
Frederick Muriuki Muriithi
[next]