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
Age
Commit message (
Expand
)
Author
2024-03-13
Define AuthorisationCode using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Rename "the_client" to "_client".
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-13
Define User using a frozen dataclass.
Munyoki Kilyungi
2024-03-08
Correctly check for the refresh_token.
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-11-28
Remove bcrypt as a dependency
Frederick Muriuki Muriithi
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
Initialise the application and update some module imports
Frederick Muriuki Muriithi
2023-08-04
Copy over files from GN3 repository.
Frederick Muriuki Muriithi