Files
picpeak/backend
Paul Nothaft d193555686 fix(backend): check revocation on the admin-preview gallery token too
isAdminPreview() decoded the ?preview= admin JWT but never checked
isTokenRevoked — a revoked admin session kept working via a preview
link indefinitely. Same gap this branch already closed for the main
gallery-token path (GHSA-q7f7-gjx8-mf6h), just in the sibling
admin-preview check within the same file.
2026-09-10 23:05:51 +02:00
..