migrated from cup session to core/session.go, Contains the new SessionUser struct and the CreateAuthTokenHashedCacheKey utility function
This commit is contained in:
parent
7c164ef58f
commit
75ddca3e7d
3 changed files with 156 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ type Context struct {
|
|||
GetMailer func() *Mailer
|
||||
GetEventsManager func() *EventsManager
|
||||
GetLogger func() *logger.Logger
|
||||
GetSession func() *SessionUser
|
||||
}
|
||||
|
||||
// TODO enhance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue