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

supabase / auth / 28577589050
71%
master: 71%

Build:
Build:
LAST BUILD BRANCH: release-please--branches--master
DEFAULT BRANCH: master
Ran 02 Jul 2026 08:55AM 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

02 Jul 2026 08:49AM UTC coverage: 71.278% (-0.004%) from 71.282%
28577589050

Pull #2609

github

spydon
feat(token): add access_token grant for signing in with a Facebook 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. This 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 and is valid (mitigating access token substitution), fetches the user 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

78 of 110 new or added lines in 3 files covered. (70.91%)

18007 of 25263 relevant lines covered (71.28%)

661.51 hits per line

Uncovered Changes

Lines Coverage ∆ File
30
63.41
internal/api/token_access_token.go
2
91.21
0.16% internal/api/provider/facebook.go
Jobs
ID Job ID Ran Files Coverage
1 28577589050.1 02 Jul 2026 08:55AM UTC 197
71.28
GitHub Action Run
Source Files on build 28577589050
  • Tree
  • List 197
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2609
  • PR Base - master (#28577067991)
  • 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