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
@@ -19,7 +19,7 @@ import (
func Routes(
r *gin.RouterGroup,
logger *logging.Logger,
auth *auth.Auth,
auth *auth.Service,
sq *sse.Queue,
accts *accounts.Store,
unp *sse.UpdateNotificationPublisher,