<@U04UQ68083H> when do oauth cookies like login_cs...
# ory-copilot
s
@chilly-king-10285 when do oauth cookies like login_csrf, consent_csrf, or session_csrf get created?
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not specify when exactly the
login_csrf
,
consent_csrf
, or
session_csrf
cookies are created in the Ory OAuth flow. However, they do mention that Ory uses HTTP cookies to store session states and protect against attack vectors such as CSRF. For more detailed information, you may want to refer to the [Ory Documentation](https://www.ory.sh/docs/).