4f6a1e8149
* feat(GRO-566): add SKIP_OOBE env var to bypass setup wizard Co-Authored-By: Paperclip <noreply@paperclip.ing> * Add rate_limit table migration for Better Auth (GRO-574) Co-Authored-By: Paperclip <noreply@paperclip.ing> * fix(GRO-574): switch rate limit to memory storage to unblock UAT Better Auth rate_limit table migration exists on branch but hasn't been deployed to UAT. Switching to memory storage bypasses the missing table entirely, restoring auth functionality immediately. Memory storage is per-instance (not shared) — rate limiting still functions but won't be distributed across pods. This is acceptable for UAT while the migration is being promoted through the pipeline. Co-Authored-By: Paperclip <noreply@paperclip.ing> --------- Co-authored-by: Paperclip <noreply@paperclip.ing> Co-authored-by: groombook-qa[bot] <269744346+groombook-qa[bot]@users.noreply.github.com>