You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add auth infrastructure, DB sessions, and S3 helpers
Backport battle-tested patterns from WIT into the app template so new
apps start with JWT auth (register/login/me), User model, database
session management, S3 storage helpers, CORS middleware, and a proper
test infrastructure with SQLite fixtures.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy `deploy/env.template` to `deploy/.env` and fill in your values. See the [platform spec](https://github.com/towlion/platform/blob/main/docs/spec.md) for details on required and optional variables.
0 commit comments