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

supabase / auth / 28647417099
71%
master: 71%

Build:
Build:
LAST BUILD BRANCH: feat/facebook-access-token-grant
DEFAULT BRANCH: master
Ran 03 Jul 2026 08:13AM 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 08:07AM UTC coverage: 71.368% (+0.06%) from 71.313%
28647417099

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 113 new or added lines in 3 files covered. (80.53%)

3 existing lines in 1 file now uncovered.

18051 of 25293 relevant lines covered (71.37%)

661.17 hits per line

Uncovered Changes

Lines Coverage ∆ File
20
75.61
internal/api/token_access_token.go
2
93.62
2.57% internal/api/provider/facebook.go

Coverage Regressions

Lines Coverage ∆ File
3
93.62
2.57% internal/api/provider/facebook.go
Jobs
ID Job ID Ran Files Coverage
1 28647417099.1 03 Jul 2026 08:13AM UTC 197
71.37
GitHub Action Run
Source Files on build 28647417099
  • 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