HTTP cookies
IQVer_teacher— Set when a teacher signs in with an account password or optional OAuth. HttpOnly, signed (iron-session). Students do not get this cookie.- Auth.js / NextAuth session cookies (names vary, often
authjs.*) — Set when a teacher uses Google or Microsoft (optional). See Auth.js documentation for details.
Local storage (theme)
The light / dark / system toggle uses the key IQVer-theme in localStorage (via next-themes). It is not sent to the server. Clear site data to reset.
