/** * Application-wide constants */ /** * Local storage key for the authentication bearer token * Used across auth-utils, hooks, and base-api.service */ export const AUTH_TOKEN_KEY = "surfsense_bearer_token";