COOKIE_NAMES
Variable: COOKIE_NAMES
constCOOKIE_NAMES:object
Defined in: src/utilities/cookieConfig.ts:7
Cookie names used for authentication tokens. These are centralized here to ensure consistency across the codebase.
Type Declaration
ACCESS_TOKEN
readonlyACCESS_TOKEN:"talawa_access_token"="talawa_access_token"
HTTP-Only cookie containing the short-lived JWT access token.
REFRESH_TOKEN
readonlyREFRESH_TOKEN:"talawa_refresh_token"="talawa_refresh_token"
HTTP-Only cookie containing the refresh token for obtaining new access tokens.