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-05-06
Add `jti` claim
Frederick Muriuki Muriithi
2024-05-02
Include refresh tokens with generated JWT
Frederick Muriuki Muriithi
2024-05-02
Compute and cache the client's KeySet.
Frederick Muriuki Muriithi
2024-04-26
UX: use correct class for flash messages.
Frederick Muriuki Muriithi
2024-04-26
Pass redirect_uri fields in POST. Use full URL
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
2024-04-23
pylint: Fix linting errors.
Frederick Muriuki Muriithi
2024-04-22
Resolve the key using the "kid" field.
Frederick Muriuki Muriithi
2024-04-22
Separate clients' keys from authorisation server's key
Frederick Muriuki Muriithi
2024-04-20
Separate authentication from token generation
Frederick Muriuki Muriithi
2024-04-20
Remove unused import
Frederick Muriuki Muriithi
2024-04-20
Use the response_type in the request.
Frederick Muriuki Muriithi
2024-04-20
Setup token validators at app initialisation.
Frederick Muriuki Muriithi
2024-04-20
Define and register grant for JWT tokens.
Frederick Muriuki Muriithi
2024-03-21
Rename the_user -> _user.
Munyoki Kilyungi
2024-03-21
Delete commented out import.
Munyoki Kilyungi
2024-03-21
Rename "the_code" to "_code".
Munyoki Kilyungi
2024-03-13
Delete a debug print query.
Munyoki Kilyungi
2024-03-13
Rename users -> fetch_users.
Munyoki Kilyungi
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