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
/
grants
Age
Commit message (
Expand
)
Author
2 days
Override `generate` to generate tokens without expiry.
Frederick Muriuki Muriithi
2 days
Rework `get_token_data()` to only set 'exp' if its provided.
Frederick Muriuki Muriithi
2024-11-04
Output KeySet retrieved from the client.
Frederick Muriuki Muriithi
2024-10-09
Add a client to the JWTBearerToken objects.
Frederick Muriuki Muriithi
2024-07-31
Fetch a client's JWKs from a URI
Frederick Muriuki Muriithi
2024-06-03
Move user creation from db resultset into static method
Frederick Muriuki Muriithi
2024-05-29
Remove unused import.
Frederick Muriuki Muriithi
2024-05-29
Revert "jwt: add user roles to the jwt token."
Frederick Muriuki Muriithi
2024-05-24
Linting: reorganise imports.
Frederick Muriuki Muriithi
2024-05-23
jwt: add user roles to the jwt token.
Frederick Muriuki Muriithi
2024-05-13
Fix myriad of linting error
Frederick Muriuki Muriithi
2024-05-13
Register the RefreshTokenGrant with the server
Frederick Muriuki Muriithi
2024-05-13
Use None as default for expires_in
Frederick Muriuki Muriithi
2024-05-06
Add `jti` claim
Frederick Muriuki Muriithi
2024-05-02
Include refresh tokens with generated JWT
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-20
Separate authentication from token generation
Frederick Muriuki Muriithi
2024-04-20
Remove unused import
Frederick Muriuki Muriithi
2024-04-20
Define and register grant for JWT tokens.
Frederick Muriuki Muriithi
2024-03-21
Rename "the_code" to "_code".
Munyoki Kilyungi
2024-03-08
Explicitly add keyword arguments to AuthorisationCode.
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