Extend
This lane is for contributors working on QAuth itself.
If you are about to change the codebase, read these in order:
- Repository map — the
apps/andlibs/layout, the Nx scope tags that decide where new code may live, and the Windows CRLF gotcha worth knowing on day one. - Request lifecycle — how
apps/auth-serverboots, which registration orders are load-bearing, and the two security invariants a change can silently undo. - Testing — the tiers, what each one cannot catch, and the caching failures this repo has already had.
- Adding a credential provider — the ADR-003 extension point, which is the main way this server is meant to grow.
Frontmatter contract covers this documentation site itself; read it before adding a page.