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
Branch
Commit message
Author
Age
enable-key-rotation
Handle generic exception and return a value.
Frederick Muriuki Muriithi
3 months
enable-sending-emails
Raise explicit error messages for more graceful handling.
Frederick Muriuki Muriithi
5 months
handle-role-privilege-escalation
List users assigned a particular role on a specific resource.
Frederick Muriuki Muriithi
5 months
main
Move logging setup functions to gn_auth.__init__.py module
Frederick Muriuki Muriithi
7 hours
Age
Commit message
Author
2024-08-01
Handle generic exception and return a value.
enable-key-rotation
Frederick Muriuki Muriithi
2024-07-31
Add missing image for favicon.ico
Frederick Muriuki Muriithi
2024-07-31
Update all endpoints to use the `client_secret_post` auth method.
Frederick Muriuki Muriithi
2024-07-31
Use customised JWTBearerToken class
Frederick Muriuki Muriithi
2024-07-31
Extend default JWTBearerToken to include a user member.
Frederick Muriuki Muriithi
2024-07-31
Authenticate JWTs using all available keys.
Frederick Muriuki Muriithi
2024-07-31
Add endpoint for favicon.ico
Frederick Muriuki Muriithi
2024-07-31
Add some debug logging for errors.
Frederick Muriuki Muriithi
2024-07-31
Setup secrets for test to prevent errors.
Frederick Muriuki Muriithi
2024-07-31
Bug: Pass in app rather than path.
Frederick Muriuki Muriithi
[...]