You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: harden frontend CSP, auth token revocation, focus trap, and API base URL config
Move the CSP connect-src directive from next.config.mjs into middleware so it
is evaluated at request time instead of being baked in at build time, revoke
the JWT server-side on profile deletion instead of only clearing local
storage, trap focus inside the session-expired dialog for keyboard users, and
standardize the frontend's default API base URL/port across config, page
files, and env examples.
Closes#865Closes#864Closes#863Closes#858
0 commit comments