refactor: extract auth into feature domain

This commit is contained in:
2026-04-06 22:34:49 +02:00
parent caa2247b89
commit 376b6f6418
6 changed files with 202 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ import (
"net/http"
"strings"
"malago/internal/auth"
"malago/internal/database"
"malago/internal/features/auth"
)
type contextKey string