auth: expose more auth info in gin context to support future login redirect capability

This commit is contained in:
2026-02-18 22:28:03 -07:00
parent a3ae872e9d
commit 5ec4fe67b0
3 changed files with 76 additions and 49 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func NewRouter(
etsy *etsy_platform.Platform,
authr *authentication.Authenticator,
) *Router {
authM := auth.NewAuth(
authM := auth.NewService(
logger.WithGroup("auth-middleware"),
authr,
accts,