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
/
resources
/
groups
/
views.py
Age
Commit message (
Expand
)
Author
2024-08-15
Fix a bunch of linting errors.
Frederick Muriuki Muriithi
2024-08-15
fix: bugs in masquerade api
John Nduli
2024-06-17
Fix mypy errors
Frederick Muriuki Muriithi
2024-06-17
Remove obsolete endpoint.
Frederick Muriuki Muriithi
2024-06-17
Fix linting errors
Frederick Muriuki Muriithi
2024-06-17
Remove deprecated endpoint.
Frederick Muriuki Muriithi
2024-06-17
Fix linting errors.
Frederick Muriuki Muriithi
2024-06-17
Use the form's json attribute to retrieve sent data
Frederick Muriuki Muriithi
2024-06-07
Replace `…/group/roles` endpoint with `…/resource/…/roles` endpoint.
Frederick Muriuki Muriithi
2024-06-06
Add deprecation warning to /group-privileges endpoint function.
Frederick Muriuki Muriithi
2024-06-05
Bug: Point to correct key to avoid errors
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
2024-03-13
Define Privilege/Role using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define GroupRole 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
2023-09-27
typing: fix and ignore typing issues.
Frederick Muriuki Muriithi
2023-09-26
Handle temporary edge cases
Frederick Muriuki Muriithi
2023-09-26
Move `groups` package under `resources` package
Frederick Muriuki Muriithi