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

go-pkgz / auth / 32195644597
86%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 11:07PM 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

18 Aug 2026 11:05PM UTC coverage: 86.085% (+0.01%) from 86.072%
32195644597

push

github

web-flow
fix: use 303 for the post-auth redirect to "from" (#302)

Previously the callback handlers redirected to the handshake "from" target
with 307, which requires the browser to repeat the original request method.
Apple is the only provider whose callback arrives as POST: response_mode
defaults to form_post and prepareLoginURL refuses anything else once a scope
is requested. The browser therefore replayed the POST onto the "from" page,
and a static file server answering GET only responded 405, leaving the login
popup on an error page even though the session cookie had already been set.

After this change the browser retrieves the target with GET. For oauth1,
oauth2 and verify the callback is already a GET, so their observable
behaviour is unchanged.

3 of 4 new or added lines in 4 files covered. (75.0%)

3186 of 3701 relevant lines covered (86.08%)

9.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
71.24
v2/provider/oauth1.go
Jobs
ID Job ID Ran Files Coverage
1 32195644597.1 18 Aug 2026 11:07PM UTC 25
86.08
GitHub Action Run
Source Files on build 32195644597
  • Tree
  • List 25
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 726a9ad9 on github
  • Prev Build on master (#32195650516)
  • Next Build on master (#32195636696)
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