Authentication, done properly
Argon2id passwords, magic links, Google / GitHub / Microsoft / any OIDC, TOTP two-factor, session listing and revocation. Every flow enumeration-safe and rate limited.
Yours, on your server, readable in an afternoon. Accounts, teams, roles, Stripe, email, backoffice β the six months of plumbing, already written and already tested.
The kit ships a labs stack: the product plus every service it talks to β single sign-on (Dex), S3 (MinIO), a Stripe API double, a mail inbox and PostgreSQL β on *.localhost, with nothing to configure:
git clone <your-purchase-url> && cd go-vue-kit
docker compose -f deploy/labs/docker-compose.yml up -d --buildThen open http://labs.localhost, sign in through Dex, invite a teammate, and read their invitation in the inbox at mail.labs.localhost. Wipe everything with down -v.
