👔 (necktie) add logic to store the cookies
This commit is contained in:
4
shared/constants/cookie.key.ts
Normal file
4
shared/constants/cookie.key.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export const COOKIE_KEYS = {
|
||||
AUTH: "auth_token",
|
||||
CSRF: "csrf_token",
|
||||
};
|
||||
Reference in New Issue
Block a user