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

supabase / auth / 17074356686
72%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2025 03:37PM UTC
Jobs 1
Files 152
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

19 Aug 2025 03:29PM UTC coverage: 70.819% (+0.03%) from 70.786%
17074356686

push

github

web-flow
feat: experimental own linking domains per provider (#2119)

Experimental feature internal to Supabase. Don't use outside of
Supabase.

Adds the ability to specify providers e.g. `google`, `apple`, whose
identities will not participate in the `default` email-similarity
identity linking algorithm but be on its own. You can do this by setting

```
GOTRUE_EXPERIMENTAL_PROVIDERS_WITH_OWN_LINKING_DOMAIN="google,apple,..."
```

This has the effect of setting the `is_sso_user` column on `auth.users`
to true, which is the only mechanism that allows the same email address
to appear in different linking domains. The column cannot be renamed as
that requires re-creating a partial index, which is not on the table for
this change. It will be revised in the future.

12290 of 17354 relevant lines covered (70.82%)

70.03 hits per line

Coverage Regressions

Lines Coverage ∆ File
78
76.39
0.77% internal/api/external.go
40
75.75
0.0% internal/models/user.go
16
66.48
0.0% internal/api/user.go
14
77.52
0.35% internal/models/linking.go
Jobs
ID Job ID Ran Files Coverage
1 17074356686.1 19 Aug 2025 03:37PM UTC 152
70.82
GitHub Action Run
Source Files on build 17074356686
  • Tree
  • List 152
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 747bf3b1 on github
  • Prev Build on master (#17066090307)
  • Next Build on master (#17110221562)
  • Delete
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