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
/
authentication
/
oauth2
/
models
/
oauth2client.py
Age
Commit message (
Expand
)
Author
10 hours
Debug: Add debug logging to trace JWK fetching.
HEAD
main
Frederick Muriuki Muriithi
2024-10-09
Linting: Fix minor linting errors
Frederick Muriuki Muriithi
2024-10-03
Provide a way to change OAuth2 client secrets.
Frederick Muriuki Muriithi
2024-07-31
Update all endpoints to use the `client_secret_post` auth method.
Frederick Muriuki Muriithi
2024-07-31
Fetch a client's JWKs from a URI
Frederick Muriuki Muriithi
2024-05-13
Fix myriad of linting error
Frederick Muriuki Muriithi
2024-05-02
Compute and cache the client's KeySet.
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
2024-03-21
Rename the_user -> _user.
Munyoki Kilyungi
2024-03-13
Rename users -> fetch_users.
Munyoki Kilyungi
2024-03-13
Define OAuth2Client using frozen dataclass.
Munyoki Kilyungi
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