mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: clear user cache upon logout
This commit is contained in:
@@ -141,4 +141,5 @@ type IUserService interface {
|
||||
MigrateMd5Password(*models.User, *models.Login) (*models.User, error)
|
||||
GenerateResetToken(*models.User) (*models.User, error)
|
||||
FlushCache()
|
||||
FlushUserCache(string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user