migrated from cup session to core/session.go, Contains the new SessionUser struct and the CreateAuthTokenHashedCacheKey utility function

This commit is contained in:
Zeni Kim 2026-05-18 13:02:06 -05:00
parent 7c164ef58f
commit 75ddca3e7d
3 changed files with 156 additions and 0 deletions

View file

@ -34,6 +34,7 @@ type Context struct {
GetMailer func() *Mailer
GetEventsManager func() *EventsManager
GetLogger func() *logger.Logger
GetSession func() *SessionUser
}
// TODO enhance