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
/
server.py
Age
Commit message (
Expand
)
Author
2024-08-15
Fix a bunch of linting errors.
Frederick Muriuki Muriithi
2024-08-14
refactor: move newest_jwk_with_rotation function to jwks.py
John Nduli
2024-08-05
Fix linting errors.
Frederick Muriuki Muriithi
2024-08-02
fix: use json to support parsing oauth2 requests
John Nduli
2024-07-31
Validate JWTs against all existing JWKs.
Frederick Muriuki Muriithi
2024-07-31
Remove obsoleted SSL_PRIVATE_KEY configuration
Frederick Muriuki Muriithi
2024-07-31
Update datetime references on changed import.
Frederick Muriuki Muriithi
2024-07-31
Retrieve newest JWK, creating a new JWK where necessary.
Frederick Muriuki Muriithi
2024-05-13
Fix myriad of linting error
Frederick Muriuki Muriithi
2024-05-13
Link old refresh token to newly issued refresh token
Frederick Muriuki Muriithi
2024-05-13
Register the RefreshTokenGrant with the server
Frederick Muriuki Muriithi
2024-05-13
Save refresh token when it is generated.
Frederick Muriuki Muriithi
2024-05-13
Save token with same ID as JWT's "jti" value.
Frederick Muriuki Muriithi
2024-04-22
Separate clients' keys from authorisation server's key
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
Delete commented out import.
Munyoki Kilyungi
2024-03-13
Rename "the_client" to "_client".
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