Based on recent developments, we’ve updated our original post on handling Chrome’s third-party cookie deprecation to note the following:
- Google has postponed the deprecation to Q1 2025 (originally Q3 2024)
- We now also recommend the Storage Access API as a viable solution to handling the deprecation, in addition to CHIPS. More details in the original post.
- We’ve linked to an example of handling partitioned cookies in Next.js for a Google Sign In authentication flow.