FateAssassinF
Reactiflux2y ago
4 replies
FateAssassin

✅ – fateassassin – 09-23 Aug 31

Hey, I need some help with Cookies and User auth. So what I have is a HTTP-Only cookie, which includes a token for user validation on the backend. Now if that cookie doesnt exists anymore, because the user has, for example, logged out, I want to refrain from making an API call to check for the token, to minimize API-calls. Is that possible, as i cant check if the token exists on the frontend? If yes, what would be the approach?
Was this page helpful?