Add bcrypt user file auth, JWT middleware on all write routes, Pinia authStore with localStorage persistence, login view with redirect support, and v-if guards on all CRUD controls and admin nav link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
443 B
Markdown
12 lines
443 B
Markdown
## Taiga
|
|
- TAIGA_URL: https://taiga.db-extern.de
|
|
- TAIGA_PROJECT_SLUG: obstsortendatenbank-1
|
|
|
|
## Stories
|
|
Before starting a story: read its spec file in docs/planning/specs/ first.
|
|
|
|
## Branching
|
|
Stories developed sequentially; prior story branch may not be merged to main yet.
|
|
Before creating feature branch: run `git branch -r | grep feature/` — if predecessor
|
|
story branch exists on remote and is unmerged, base new branch on it, not main.
|