summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/auth.py
Commit message (Expand)AuthorAgeFilesLines
* fix(hub): Argon2 runs off the event loop, on exactly one workerChristophe Besson12 days1-0/+37
* fix(hub): MHP binds its audience, and the hub knows its own nameChristophe Besson13 days1-0/+20
* fix: tolerate clock skew when verifying JWTs (leeway 60s)Christophe Besson2026-09-041-1/+3
* feat: email verification for registration, email change, and invitationsChristophe Besson2026-08-311-0/+15
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-141-2/+5
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-131-1/+5
* feat(hub): Phase 8 — Hub v2 security hardening + production readinessChristophe Besson2026-08-101-12/+59
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-101-0/+3
* feat(hub): add production hub — config, auth, API routers, testsChristophe Besson2026-08-091-0/+145