Commit graph

7 commits

Author SHA1 Message Date
Chneemann
f3a526a68c
refactor(auth): extract authentication logic into a dedicated service and configure docker build args
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 7s
2026-08-22 06:28:27 +02:00
Chneemann
1b5a532510
fix(auth): support both server and public environment variables for guest credentials service
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 48s
2026-08-21 17:42:16 +02:00
Chneemann
361551a022
feat(auth): add guest login option with environment variables and distinct loading states
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 44s
2026-08-21 04:44:09 +02:00
Chneemann
6fc598be83
feat(layout): implement navbar, routing (/summary, /board), layout enhancements and JSDoc 2026-08-04 08:59:08 +02:00
Chneemann
c35379ffbe
feat(auth): integrate user registration route, frontend form, and server validation 2026-08-03 18:56:43 +02:00
Chneemann
f5fc0ac256
feat(db): integrate Drizzle ORM with SQLite 2026-08-03 18:07:02 +02:00
Chneemann
fd728634ce
feat(auth): integrate NextAuth v5 with credentials provider, protected routes, and custom auth layouts 2026-08-03 15:13:18 +02:00