mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
session handler with cookies.
This commit is contained in:
@ -89,5 +89,6 @@ type SessionManager interface {
|
||||
|
||||
ImplicitHosting() bool
|
||||
|
||||
Authenticate(r *http.Request) (Session, error)
|
||||
AuthenticateRequest(r *http.Request) (Session, error)
|
||||
Authenticate(id string, secret string) (Session, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user