Overview

The members service is where most of what a community knows about someone lives. It is also an ordinary service of the id service, which keeps it honest: it only knows what people let it know, and only shares what they let it share.

The shape

apps/members/
  app/                  the member's page, sign-in routes, and the API (app/api)
  lib/                  the server side: sign-in, sessions, members, policy
  drizzle/              database migrations, forward and back
  policies/             members' questions, as Rego, for an organization's rules to build on
  examples/admission/   an organization's rules for joining, to start from
  test/  e2e/           unit tests (vitest) and browser tests (Playwright)

What each piece does