Replace direct password_hash and password_verify calls with the injected PasswordHasher so the bcrypt cost can be substituted out in tests. Production wiring is handled by the container's autowiring of BcryptPasswordHasher. This commit alone breaks the test suite because the existing tests construct these use cases without the new dependency; the next commit restores green by introducing FakePasswordHasher. |
||
|---|---|---|
| .. | ||
| Auth | ||
| Exceptions | ||
| Node | ||
| Plan | ||
| ScheduledNode | ||
| Text | ||
| User | ||
| ValueObjects | ||
| View | ||