chore: minor clarification on have-i-been-pwned plugin

Co-authored-by: INFOR\matteou <m.urso@esaedro.com>
This commit is contained in:
Matteo Urso
2025-07-17 05:41:37 +02:00
committed by GitHub
parent 6f0f61a262
commit f9a13e71dd

View File

@@ -7,7 +7,8 @@ The Have I Been Pwned plugin helps protect user accounts by preventing the use o
## Installation ## Installation
```ts ### Add the plugin to your **auth** config
```ts title="auth.ts"
import { betterAuth } from "better-auth" import { betterAuth } from "better-auth"
import { haveIBeenPwned } from "better-auth/plugins" // [!code highlight] import { haveIBeenPwned } from "better-auth/plugins" // [!code highlight]