Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth is the representation of all the auth-related handlers.
func (*Auth) LoginGET ¶
func (a *Auth) LoginGET(w http.ResponseWriter, r *http.Request)
LoginGET renders the login form.
func (*Auth) LoginPOST ¶
func (a *Auth) LoginPOST(w http.ResponseWriter, r *http.Request)
LoginPOST logs an user in.
func (*Auth) SignupGET ¶
func (a *Auth) SignupGET(w http.ResponseWriter, r *http.Request)
SignupGET is ...
func (*Auth) SignupPOST ¶
func (a *Auth) SignupPOST(w http.ResponseWriter, r *http.Request)
SignupPOST is ...
Click to show internal directories.
Click to hide internal directories.