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

supabase / gotrue / 7044370967
65%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2023 09:21AM UTC
Jobs 1
Files 113
Run time 11s
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

30 Nov 2023 09:16AM UTC coverage: 65.047% (-0.4%) from 65.449%
7044370967

push

github

web-flow
feat: add haveibeenpwned.org password strength check (#1324)

Uses Supabase's HIBP Go library to perform password strength checks
using the HaveIBeenPwned.org Pwned Passwords API.

You can configure this behavior by:

- `GOTRUE_PASSWORD_HIBP_ENABLED` to turn it on
- `GOTRUE_PASSWORD_HIBP_USER_AGENT` to specify your project's identifier
- `GOTRUE_PASSWORD_HIBP_FAIL_CLOSED` if the API is unavailable (or
unresponsive for 5 seconds) the response is ignored and any password is
accepted, set this to true to fail with a 500 error in such cases
- `GOTRUE_PASSWORD_HIBP_BLOOM_ENABLED` to enable a bloom filter cache
- `GOTRUE_PASSWORD_HIBP_BLOOM_ITEMS` to specify the maximum number of
pwned password hashes to be stored in the bloom filter
- `GOTRUE_PASSWORD_HIBP_BLOOM_FALSE_POSITIVES` to specify the maximum
number of false positives returned by the bloom filter, a value between
0 and 1 indicating _1 in X_

For bloom filters, use this calculator to understand the values:
https://hur.st/bloomfilter

By default 100,000 password hashes can be stored in the filter (about
100 hash prefixes). The filter resets at 80% of this value to ensure
that the cache is cleared and the actual false positive rate does not go
too high.

2 of 76 new or added lines in 3 files covered. (2.63%)

7723 of 11873 relevant lines covered (65.05%)

53.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7044370967.1 30 Nov 2023 09:21AM UTC 0
65.05
GitHub Action Run
Source Files on build 7044370967
Detailed source file information is not available for this build.
  • Back to Repo
  • c3acfe7c on github
  • Prev Build on master (#7039283445)
  • Next Build on master (#7044661295)
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