Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | After login redirect users to the next request endpoint. | Alexander_Kabui | |
2024-08-05 | minor code formatting. | Frederick Muriuki Muriithi | |
2024-08-05 | Update JWKs endpoint documentation. | Frederick Muriuki Muriithi | |
2024-08-02 | Consistently use JSON for all endpoints. | Frederick Muriuki Muriithi | |
2024-08-01 | Use auto-created and auto-rotated JSON Web Keys | Frederick Muriuki Muriithi | |
Use auto-created JWKs for better security. | |||
2024-07-26 | Use JSON rather than X-Form-URL-encoded data with auth server. | Frederick Muriuki Muriithi | |
2024-07-22 | Provide PoC public-jwks endpoint. | Frederick Muriuki Muriithi | |
2024-05-23 | Bug: Compute numeric timestamp for the claims. | Frederick Muriuki Muriithi | |
2024-04-24 | Send assertion as a string, not bytes. | Frederick Muriuki Muriithi | |
2024-04-24 | DEBUG: log out request details | Frederick Muriuki Muriithi | |
There is a failure on CI/CD that is not obvious - the logs should help with debugging the issue. | |||
2024-04-23 | Separate the auth server's public key from app's private key | Frederick Muriuki Muriithi | |
* Use the app's private key to sign the initial assertions used for retrieving an authorisation token from the auth server. * Use auth server's public key to validate the authorisation tokens got from the auth server. | |||
2024-04-23 | Generate assertions to be used to get the token from the auth server | Frederick Muriuki Muriithi | |
2024-04-23 | Use the JWT Bearer grant type | Frederick Muriuki Muriithi | |
2024-03-26 | Import user_logged_in from the clients module. | Munyoki Kilyungi | |
Importing "user_logged_in" in the checks module just to export adds a layer of indirection and makes the code hard to read. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-12-29 | Namespace all modules under gn2. | Arun Isaac | |
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. |