Commit ac6ae1a
committed
feat(security): add no-store cache headers to developer token endpoint
- Add comprehensive cache-control headers to prevent caching of bearer tokens
- Implement no-store, no-cache, must-revalidate, and private directives
- Include legacy Pragma and Expires headers for broader compatibility
- Prevent intermediary proxies and browser caches from storing sensitive tokens
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Asitha de Silva <asithade@gmail.com>1 parent 30c46ad commit ac6ae1a
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
650 | 657 | | |
651 | 658 | | |
652 | 659 | | |
| |||
0 commit comments