SameSite attribute
Hi, Running the basic cli generated site with google login I get this error in the console.
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
Resolve this issue by updating the attributes of the cookie:
Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use.
Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests.
Is everyone else seeing this as well? How do we set the SameSite=None?
4 Replies
Hi @davidd4309. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation (https://refine.dev/docs) for more information on cookies and authentication.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------Overview | refine
What is refine?
<@542609011220938753> kapa.ai is still learning and improving, please let us how it did by reacting below
afraid-scarlet•2y ago
Hey @davidd4309 Thank you for feedback 🙏🏼 What framework dis you use to check? (cra,nextjs,remix)