Update auth docs to clarify server module usage

This commit is contained in:
Jonas Perusquia Morales
2026-02-18 11:12:14 -06:00
parent 0ef06375c0
commit 8805f017a1

View File

@@ -30,7 +30,7 @@ With a focus on flexibility and ease of integration, bknd's authentication syste
---
## SDK Method: `app.module.auth.changePassword(user.id, password)`
## Server Module: `module.auth`
### `auth.changePassword([userId], [password])`