Skip to content

docs: add password-strength cross-service contract - #296

Merged
dargmuesli merged 2 commits into
mainfrom
feat/account/password-strength
Aug 16, 2026
Merged

docs: add password-strength cross-service contract#296
dargmuesli merged 2 commits into
mainfrom
feat/account/password-strength

Conversation

@dargmuesli

Copy link
Copy Markdown
Member

Documents the password strength policy that vibetype and postgraphile must both implement identically, with no code shared between them. Writing this down surfaced two real gaps, now fixed in maevsi/vibetype#2374 and maevsi/postgraphile#40: accountPasswordReset wasn't checked server-side at all, and the 12-character minimum was only enforced client-side. The policy's length floor was lowered to 8 (NIST SP 800-63B's own minimum) since sqitch already enforces exactly that across all three password-setting functions, making a separate server-side length check redundant.

@dargmuesli dargmuesli changed the title docs(password-strength): add cross-service contract docs: add password-strength cross-service contract Aug 16, 2026
@dargmuesli
dargmuesli merged commit 20fa922 into main Aug 16, 2026
8 checks passed
@dargmuesli
dargmuesli deleted the feat/account/password-strength branch August 16, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant