Age | Commit message (Expand) | Author |
---|---|---|
2024-08-14 | fix: import timedelta in jwks | John Nduli |
2024-08-14 | refactor: move newest_jwk_with_rotation function to jwks.py...We have a similar jwk module in gn2 that does similar functionality. Moving the newest_jwk_with_rotation function to the module ensures that there's some consistency between both modules so that when we ever want to remove the duplication (e.g. by creating some python pip package) it's easier. | John Nduli |
2024-07-31 | Simplify jwks_directory() function...Pass in the app object rather than a path and compute the secrets directory within the function. | Frederick Muriuki Muriithi |
2024-07-18 | Add module to handle JWK files | Frederick Muriuki Muriithi |