5140958305
Projects were previously global to anyone who could reach the server. Adds email/password accounts with httpOnly cookie sessions, scopes every project (both SQLite and localStorage) to the signed-in user, and auto-claims pre-existing unowned projects for whoever registers first. Also adds optional TOTP two-factor auth with backup codes, managed from a new Account Settings page, since there's no password-reset flow to fall back on otherwise. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "study-app",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 5173,
|
|
"autoPort": false
|
|
},
|
|
{
|
|
"name": "study-app-server",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev:server"],
|
|
"port": 3001,
|
|
"autoPort": false
|
|
}
|
|
]
|
|
}
|