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>
3 lines
116 B
Bash
3 lines
116 B
Bash
# username:bcrypt_hash — generate entries with: ./scripts/create_user.sh <username> <password>
|
|
# admin:$2a$12$...
|