74b26818ca5b3e81c2807e7e40377a7851b56eb5
Tests cover all login scenarios from docs/initial-app.md: - Signup with password and passkey - Password login with trusted device (immediate completion) - Password login with untrusted device (email confirmation) - Full passkey authentication flow - User with no auth methods (stays pending) - Non-existent email (anti-enumeration with fake token) - Email verification and resend flows - Password reset with session revocation - Logout All auth procedures now have 100% function coverage. 127 tests passing across 3 e2e test files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviq Publisher Dashboard
Setup
Prerequisites
- devenv for development environment management
Environment Variables
Copy .env.dev to .env for local development:
cp .env.dev .env
| Variable | Description |
|---|---|
DATABASE_URL |
PostgreSQL connection string |
Development
Start the development environment:
devenv up
This starts:
- PostgreSQL database
- Publisher dashboard dev server (port 6827)
- Package build watcher
The database is automatically initialized with:
- Database:
reviq-dashboard - User:
reviq - Password:
reviq
Description
Languages
TypeScript
63.4%
Svelte
35.1%
CSS
0.7%
JavaScript
0.4%
Nix
0.3%