• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-pkgz / auth / 32584147060
86%
master: 87%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v2.3.0
DEFAULT BRANCH: master
Ran 22 Aug 2026 04:17PM UTC
Jobs 1
Files 25
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Aug 2026 04:13PM UTC coverage: 86.101% (+0.05%) from 86.05%
32584147060

Pull #315

github

paskal
Add PartitionedCookies for third-party (CHIPS) deployments

An application framed by another site gets its auth cookies as
third-party cookies, and browsers now drop those unless they carry
Partitioned. Neither Set nor Reset could emit the attribute, so an
embedded deployment had no way to keep a session across a reload.

PartitionedCookies is opt-in and defaults off, so existing deployments
write byte-identical cookies. It is deliberately not implied by
SameSite=None: the partition key is the embedding top-level site, so
implying it would silently move an existing cookie into a different jar.

Both Set and Reset carry it, which matters more than it looks. A
partitioned cookie and an unpartitioned expiry are different cookies to
the browser, so clearing without the attribute leaves the original in
place and the user stays signed in. Verified in Chromium against a
genuine cross-site embed over https: the unpartitioned expiry leaves the
value readable, the partitioned one removes it.

Mirrored in v1 and v2 per the project rule for shared behaviour.
Pull Request #315: Add PartitionedCookies for third-party (CHIPS) deployments

19 of 24 new or added lines in 2 files covered. (79.17%)

3215 of 3734 relevant lines covered (86.1%)

9.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
89.11
v2/token/jwt.go
2
98.6
v2/auth.go
Jobs
ID Job ID Ran Files Coverage
1 32584147060.1 22 Aug 2026 04:17PM UTC 25
86.1
GitHub Action Run
Source Files on build 32584147060
  • Tree
  • List 25
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #315
  • PR Base - master (#32226875382)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc