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

supabase / auth / 17074356686 / 1
69%
master: 69%

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

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

Source Files on job 17074356686.1
  • Tree
  • List 152
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17074356686
  • 747bf3b1 on github
  • Prev Job for on master (#17066090307.1)
  • Next Job for on master (#17110221562.1)
  • 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