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
Age
Commit message (
Expand
)
Author
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 AuthorisationCode using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define OAuth2Client using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define OAuth2Token using a frozen dataclass.
Munyoki Kilyungi
2024-03-08
Replace "if" branching with "monad_from_none_or_value".
Munyoki Kilyungi
2024-03-08
Rename "__5_MINUTES__" to "EXPIRY_IN_SECONDS".
Munyoki Kilyungi
2024-03-08
Explicitly add keyword arguments to AuthorisationCode.
Munyoki Kilyungi
2023-08-23
pylint: Replace `lambda ...` statements with `def ...`
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