Files
aneurinandClaude Sonnet 5 8732e0e5f5
Build / build-and-push (push) Successful in 14s
Add APP_EMAIL_ALLOWLIST gate on account creation
An optional comma-separated list of glob patterns restricting which
addresses may register, applied on top of APP_ALLOW_REGISTRATION. A
non-matching new address is silently ignored exactly like registration
being off; an address that already has an account can still sign in.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-06 21:26:33 +01:00
..

Documentation

Technical documentation for the PHP Project Manager. Start with the root README if you just want to run the app.

  • API reference — every REST endpoint: auth (magic links, passkeys), projects, cards, statuses, error shapes, and a curl walkthrough.
  • Architecture — backend layout and how the pieces fit together. Frontend architecture lives in web/README.md instead, since it's a large enough topic on its own.
  • Setup & configuration — running without Docker, every environment variable, and the test suite.
  • Development history — a stage-by-stage log of how the app got here.