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
/
auth
/
authorisation
/
users
Age
Commit message (
Expand
)
Author
2024-03-13
Define Resource/ResourceCategory using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define Privilege/Role using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define Group using a frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define User using a frozen dataclass.
Munyoki Kilyungi
2024-02-28
Handle the "NotFoundError" exception at the route level
Frederick Muriuki Muriithi
2023-12-18
Provide the correct Redis key
Frederick Muriuki Muriithi
2023-11-22
Move system admin creation
Frederick Muriuki Muriithi
2023-11-13
Update check for admins
Frederick Muriuki Muriithi
2023-10-12
Bugs: Fix query and provide default function for inbredset-group
Frederick Muriuki Muriithi
2023-09-26
Update /roles endpoint: rework code for new `user_roles` function
Frederick Muriuki Muriithi
2023-09-26
Move `groups` package under `resources` package
Frederick Muriuki Muriithi
2023-08-08
Use relative imports to break circular import errors
Frederick Muriuki Muriithi
2023-08-07
Change imports to new unified db module.
Frederick Muriuki Muriithi
2023-08-07
Update module name/path
Frederick Muriuki Muriithi
2023-08-04
Copy over files from GN3 repository.
Frederick Muriuki Muriithi