Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-14 | fix: import timedelta in jwks | John Nduli | |
2024-08-14 | refactor: move newest_jwk_with_rotation function to jwks.py | John Nduli | |
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. | |||
2024-07-31 | Simplify jwks_directory() function | Frederick Muriuki Muriithi | |
Pass in the app object rather than a path and compute the secrets directory within the function. | |||
2024-07-18 | Add module to handle JWK files | Frederick Muriuki Muriithi | |