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-05-02
Register a client's public key(s).
Frederick Muriuki Muriithi
2024-05-02
Fix editing of grant_types
Frederick Muriuki Muriithi
2024-05-02
Use same name as register-client form
Frederick Muriuki Muriithi
2024-05-02
Make registration of grant-types more flexible.
Frederick Muriuki Muriithi
2024-05-02
use dataclasses' asdict() function.
Frederick Muriuki Muriithi
2024-05-02
Use user-provided values rather than hard-coded values.
Frederick Muriuki Muriithi
2024-05-02
Add error checking to form input data.
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
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