[PR #7980] [MERGED] docs: document Safari ITP blocks third-party cookies #15913

Closed
opened 2026-04-13 10:18:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7980
Author: @ping-maxwell
Created: 2/15/2026
Status: Merged
Merged: 2/15/2026
Merged by: @himself65

Base: canaryHead: docs/safari-itp-cross-domain-cookie-info


📝 Commits (3)

  • f5b5e9d docs: document Safari Intelligent Tracking Prevention (ITP) that blocks third-party cookies
  • 6af491f Merge branch 'canary' into docs/safari-itp-cross-domain-cookie-info
  • 66cad48 fix: minor errors

📊 Changes

1 file changed (+98 additions, -1 deletions)

View changed files

📝 docs/content/docs/concepts/cookies.mdx (+98 -1)

📄 Description

Documents Safari behaviour around a privacy feature called Intelligent Tracking Prevention (ITP) that blocks third-party cookies.


Summary by cubic

Document how Safari ITP blocks third‑party cookies in cross‑domain auth setups and how to avoid session failures. Adds reverse proxy examples (Netlify/Vercel) and explains using a shared parent domain with cross‑subdomain cookies; fixes minor errors.

Written for commit 66cad48877. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7980 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/15/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/safari-itp-cross-domain-cookie-info` --- ### 📝 Commits (3) - [`f5b5e9d`](https://github.com/better-auth/better-auth/commit/f5b5e9dc05d03173f02c5d8908d3e5455c5ec896) docs: document Safari Intelligent Tracking Prevention (ITP) that blocks third-party cookies - [`6af491f`](https://github.com/better-auth/better-auth/commit/6af491fa1609e896a3fce537bd9e9dac3121e1bc) Merge branch 'canary' into docs/safari-itp-cross-domain-cookie-info - [`66cad48`](https://github.com/better-auth/better-auth/commit/66cad48877ae0838b40d6f49c33b0ac91af8b52e) fix: minor errors ### 📊 Changes **1 file changed** (+98 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/cookies.mdx` (+98 -1) </details> ### 📄 Description Documents Safari behaviour around a privacy feature called Intelligent Tracking Prevention (ITP) that blocks third-party cookies. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Document how Safari ITP blocks third‑party cookies in cross‑domain auth setups and how to avoid session failures. Adds reverse proxy examples (Netlify/Vercel) and explains using a shared parent domain with cross‑subdomain cookies; fixes minor errors. <sup>Written for commit 66cad48877ae0838b40d6f49c33b0ac91af8b52e. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 10:18:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#15913