[PR #3159] [CLOSED] feat: add password strength plugin #4677

Closed
opened 2026-03-13 11:55:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3159
Author: @moshetanzer
Created: 6/24/2025
Status: Closed

Base: mainHead: feat/plugin-password-strength


📝 Commits (5)

📊 Changes

5 files changed (+306 additions, -0 deletions)

View changed files

packages/better-auth/src/plugins/password-strength/client.ts (+10 -0)
packages/better-auth/src/plugins/password-strength/index.test.ts (+179 -0)
packages/better-auth/src/plugins/password-strength/index.ts (+50 -0)
packages/better-auth/src/plugins/password-strength/types.ts (+14 -0)
packages/better-auth/src/plugins/password-strength/utils.ts (+53 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3159 **Author:** [@moshetanzer](https://github.com/moshetanzer) **Created:** 6/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/plugin-password-strength` --- ### 📝 Commits (5) - [`576dd5e`](https://github.com/better-auth/better-auth/commit/576dd5ebfd59de0f0755ee3856c88ba902fd219e) feat: add password stregth plugin - [`d5650bf`](https://github.com/better-auth/better-auth/commit/d5650bf4b156f9cdf42bafeb60b71e51aa424bbf) fix: tests - [`06a6a8d`](https://github.com/better-auth/better-auth/commit/06a6a8dd0237f1908e278b0290202994bf24534c) chore: add error codes - [`0286ccd`](https://github.com/better-auth/better-auth/commit/0286ccdacb71bd6d70a74066830e3e9cf1b0d95d) fix: update tests - [`07492c9`](https://github.com/better-auth/better-auth/commit/07492c9269a37f3d4e04fbc2e98047259a211ddf) fix:lint ### 📊 Changes **5 files changed** (+306 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/better-auth/src/plugins/password-strength/client.ts` (+10 -0) ➕ `packages/better-auth/src/plugins/password-strength/index.test.ts` (+179 -0) ➕ `packages/better-auth/src/plugins/password-strength/index.ts` (+50 -0) ➕ `packages/better-auth/src/plugins/password-strength/types.ts` (+14 -0) ➕ `packages/better-auth/src/plugins/password-strength/utils.ts` (+53 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:55:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#4677