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
14 hours
Output KeySet retrieved from the client.
Frederick Muriuki Muriithi
14 hours
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
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
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-19
Migrations: Add forgot_password_tokens table
Frederick Muriuki Muriithi
2024-08-15
Update running of tests.
Frederick Muriuki Muriithi
2024-08-15
Fix a bunch of linting errors.
Frederick Muriuki Muriithi
2024-08-15
Improve the messaging in the UI.
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: cast args to str
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
[next]