@ilman00/authkit 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +1 -2
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -481,8 +481,7 @@ All handlers return JSON errors in the format `{ "message": "..." }`.
|
|
|
481
481
|
|---|---|
|
|
482
482
|
| `1.0.0` | Initial release — register, login, protect middleware |
|
|
483
483
|
| `2.0.0` | **Breaking** — `protect` changed to factory function. Custom fields via `[key: string]: unknown` on `AuthUser` |
|
|
484
|
-
| `2.1.
|
|
485
|
-
| `2.2.0` | Stateful refresh tokens with rotation. `refreshHandler`, `logoutHandler`, `logoutAllHandler`, `changePasswordHandler`, `resendVerificationHandler` |
|
|
484
|
+
| `2.1.1` | Email verification, forgot/reset password. Optional adapter methods. `emailSender` + `verificationUrl` config. Stateful refresh tokens with rotation. `refreshHandler`, `logoutHandler`, `logoutAllHandler`, `changePasswordHandler`, `resendVerificationHandler` |
|
|
486
485
|
|
|
487
486
|
---
|
|
488
487
|
|