Commit graph

5 commits

Author SHA1 Message Date
56b528999e
update fake token generator to take a preset number of tokens 2026-05-20 10:22:10 +03:00
64acbfad60
extract auth test fakes 2026-05-18 22:01:45 +03:00
f6a33cf620
delete backend, starting over 2026-05-18 21:18:20 +03:00
56ddba707d
format: fix psr12 style issues
phpcbf auto-fixes: string concatenation spacing, single-line class braces, closing brace placement.
2026-05-17 09:45:26 +03:00
57c75f64c4
test: add failing authenticate user test
Red phase: write AuthenticateUserTest with cases for valid credentials, empty email/password (null and empty string), unknown email, wrong password, and fresh instance guarantee. Fakes included.
2026-05-17 09:45:22 +03:00