morz-infoboard/server
Jesko Anschütz 1e90bbbbc0 fix(auth): redirect tenant users to /tenant/{slug}/dashboard after login
Admin users continue to redirect to /manage/ as before. Tenant users
now land on their own dashboard at /tenant/{slug}/dashboard instead of
the incorrect /manage/{slug} path. The fix applies to both the
already-logged-in check in HandleLoginUI and the post-login switch in
HandleLoginPost.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-23 21:32:12 +01:00
..
backend fix(auth): redirect tenant users to /tenant/{slug}/dashboard after login 2026-03-23 21:32:12 +01:00
README.md Lege Entwicklungsleitfaden und Go-Gerueste an 2026-03-22 13:42:00 +01:00

Server

Hier liegen spaeter die zentralen Server-Komponenten.

Geplant:

  • backend/ fuer API und Fachlogik
  • admin-ui/ fuer die Admin-Oberflaeche
  • tenant-ui/ fuer die Firmenoberflaeche
  • worker/ fuer Provisionierungs- und Hintergrundjobs

Aktuell vorhanden:

  • backend/ mit erstem Go-Geruest