File tree Expand file tree Collapse file tree
frontend/src/components/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,6 +111,24 @@ export const SecurityPage = memo(() => (
111111 information.
112112 </ p >
113113 </ section >
114+ < section >
115+ < Anchor tag = "h2" name = "cookies" >
116+ Cookies and Persisted Data
117+ </ Anchor >
118+ < p >
119+ When logging in using an external provider (such as Google, GitHub, or
120+ GitLab), this service stores a randomised session cookie (a short-lived
121+ token) for security. This is used for validation once the login is
122+ complete, and exists to protect against attacks where an attacker could
123+ force a legitimate user to log in to an unexpected account, potentially
124+ exposing data. The session cookie is deleted as soon as the login is
125+ complete, or if the browser tab is closed.
126+ </ p >
127+ < p >
128+ This service does not use any tracking, advertising, or third-party
129+ cookies or data storage.
130+ </ p >
131+ </ section >
114132 < section >
115133 < Anchor tag = "h2" name = "technical-details" >
116134 Technical Details
You can’t perform that action at this time.
0 commit comments