Description
Implement key rotation and JWK endpoint with correct caching and rollover behavior.
Requirements and context
- Backend-only; secure; tested.
Suggested execution
- Branch:
feature/jwk-rotation-fresh
- Implement:
src/services/, src/routes/, src/config/
- Tests:
tests/
Example commit message
feat(auth): add JWT key rotation and JWK endpoint
Guidelines
Description
Implement key rotation and JWK endpoint with correct caching and rollover behavior.
Requirements and context
Suggested execution
feature/jwk-rotation-freshsrc/services/,src/routes/,src/config/tests/Example commit message
feat(auth): add JWT key rotation and JWK endpoint
Guidelines