Versions in this module Expand all Collapse all v0 v0.1.1 Jan 29, 2016 Changes in this version + var ErrInvalidPassword = errors.New("Invalid Password") + var Store = sessions.NewCookieStore([]byte(securecookie.GenerateRandomKey(64)), ...) + func ChangePassword(r *http.Request) error + func GenerateSecureKey() string + func Login(r *http.Request) (bool, error) + func Register(r *http.Request) (bool, error)