세션 해제 콜백 추가
This commit is contained in:
@ -31,6 +31,7 @@ type Provider interface {
|
||||
type Consumer interface {
|
||||
Query(string) (Authorization, error)
|
||||
Touch(string) (Authorization, error)
|
||||
RegisterOnSessionInvalidated(func(primitive.ObjectID))
|
||||
}
|
||||
|
||||
type storagekey string
|
||||
|
||||
Reference in New Issue
Block a user