feat: add cookie management and HTTP client for user and admin authentication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const USER_COOKIES = {
|
||||
token: '__lg-usr-tkn',
|
||||
}
|
||||
|
||||
export const ADMIN_COOKIES = {
|
||||
token: '__lg-adm-tkn',
|
||||
}
|
||||
Reference in New Issue
Block a user