Improve frontend auth handling

This commit is contained in:
2026-05-02 15:13:28 +02:00
parent f1fd72520a
commit 36a5911fe4
11 changed files with 126 additions and 47 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
package middleware
import (
"strings"
"strings"
"quay/internal/security"
"quay/internal/security"
"github.com/gofiber/fiber/v3"
"github.com/gofiber/fiber/v3"
)
func RequireAuth() fiber.Handler {