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

supabase / gotrue / 7022625768
65%

Build:
DEFAULT BRANCH: master
Ran 28 Nov 2023 06:02PM UTC
Jobs 1
Files 112
Run time 10s
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

28 Nov 2023 05:58PM UTC coverage: 65.577% (+0.1%) from 65.478%
7022625768

push

github

web-flow
feat: add required characters password strength check (#1323)

Adds the `GOTRUE_PASSWORD_REQUIRED_CHARACTERS` config option, which if
set, will reject passwords that do not contain at least one character of
each set of characters.

It is defined like so: `abc...xyz:0123...89`. This means that at least
one lowercase and one digit has to be present in the password to be
accepted. All other characters are also allowed. To include the `:`
character, escape it with `\:`.

When a weak password is detected, the HTTP 429 error is sent with an
additional JSON field `weak_password` that includes a `reasons` property
-- an array of the strings:

- `length` if the password is not long enough
- `characters` if the password does not use all required character sets

---------

Co-authored-by: Kang Ming <kang.ming1996@gmail.com>

50 of 55 new or added lines in 3 files covered. (90.91%)

2 existing lines in 1 file now uncovered.

7683 of 11716 relevant lines covered (65.58%)

53.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7022625768.1 28 Nov 2023 06:02PM UTC 0
65.58
GitHub Action Run
Source Files on build 7022625768
Detailed source file information is not available for this build.
  • Back to Repo
  • 3991bdb2 on github
  • Prev Build on master (#7022363052)
  • Next Build on master (#7039283445)
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