shinkan-jinkendo/backend/routers
Lars efc2a11a76
All checks were successful
Deploy Development / deploy (push) Successful in 39s
feat: Add Auth system with Login UI
Backend:
- Auth router (login, register, logout)
- Profiles router (get current profile)
- Registered in main.py

Frontend:
- LoginPage with login/register tabs
- Dashboard with welcome screen
- Simplified AuthContext for Shinkan
- Protected routes in App.jsx
- Public routes redirect when logged in

Ready for testing!

version: 0.1.0
2026-04-21 14:56:16 +02:00
..
auth.py feat: Add Auth system with Login UI 2026-04-21 14:56:16 +02:00
profiles.py feat: Add Auth system with Login UI 2026-04-21 14:56:16 +02:00