Following the BE response, this code snippet is what I have:
$cookieStore.put('Auth-Token', user.authToken);
However, when checking the cookies, I notice that it displays
Auth-Token: %220996dcbe-63e6-4d99-bd17-d258e0cc177e%22
Upon logging it to the console, the output shows 0996dcbe-63e6-4d99-bd17-d258e0cc177e
Is there a way to remove these unwanted double quotes?