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

supabase / auth / 28651015443
71%
master: 71%

Build:
Build:
LAST BUILD BRANCH: release-please--branches--master
DEFAULT BRANCH: master
Ran 03 Jul 2026 09:22AM UTC
Jobs 1
Files 197
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

03 Jul 2026 09:15AM UTC coverage: 71.353% (+0.04%) from 71.313%
28651015443

Pull #2609

github

spydon
feat(token): add access_token grant for signing in with a provider access token

Facebook's native Android login reliably returns a classic Graph access token on every login, but only mints an OIDC id token (AuthenticationToken) on the first authorization, which makes the id_token grant unusable for repeat native logins without falling back to the browser flow.

Add an access_token grant that accepts a provider-issued access token, verifies via Facebook's /debug_token that it was issued for this app, is valid, and is a user token (mitigating access token substitution), fetches the profile and issues a session. The grant is only available to providers that implement the new AccessTokenVerifier interface, which for now is Facebook only.
Pull Request #2609: feat(token): add access_token grant for signing in with a Facebook access token

91 of 118 new or added lines in 3 files covered. (77.12%)

5 existing lines in 2 files now uncovered.

18051 of 25298 relevant lines covered (71.35%)

660.96 hits per line

Uncovered Changes

Lines Coverage ∆ File
20
75.61
internal/api/token_access_token.go
7
88.89
-2.16% internal/api/provider/facebook.go

Coverage Regressions

Lines Coverage ∆ File
3
73.68
0.0% internal/api/provider/provider.go
2
88.89
-2.16% internal/api/provider/facebook.go
Jobs
ID Job ID Ran Files Coverage
1 28651015443.1 03 Jul 2026 09:22AM UTC 197
71.35
GitHub Action Run
Source Files on build 28651015443
  • Tree
  • List 197
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2609
  • PR Base - master (#28583843677)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc