01
WHAT ARE COOKIES?
Cookies are small text files stored by a website in Your browser. Classgrid also uses Local Storage and Session Storage for application state and preferences.
Authentication may use an HttpOnly cookie named token set by the server. In some browser flows, the client may store a signed token under the token key in Local Storage as a bearer-token fallback for API requests. A signed token is an authentication credential, not a link or URL, and it must not be placed in a URL.
Storage technologies used
- Cookies: Small text files stored in Your browser.
- Local Storage: Browser storage that persists until it is cleared.
- Session Storage: Browser storage that is cleared when the browser tab is closed.