Documentation
      ¶
    
    
  
    
  
    Index ¶
- func ForgotPassword(c web.ApiContext) error
 - func GetSession(c middleware.AuthedContext) error
 - func GetUser(c web.ApiContext) error
 - func GetUserProfile(c middleware.AuthedContext) error
 - func Login(c web.ApiContext) error
 - func Logout(c middleware.AuthedContext) error
 - func Register(c web.ApiContext) error
 - func RegisterUser(c web.ApiContext) error
 - func ResetPassword(c web.ApiContext) error
 - func UpdateUserProfile(c middleware.AuthedContext) error
 - func Version(c web.ApiContext) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForgotPassword ¶
func ForgotPassword(c web.ApiContext) error
ForgotPassword forgot password handler
func GetSession ¶
func GetSession(c middleware.AuthedContext) error
GetSession session data endpoint
func GetUser ¶
func GetUser(c web.ApiContext) error
GetUser retrieve email associated with confirmation token
func Login ¶
func Login(c web.ApiContext) error
Login login route handler, expects email and password
func ResetPassword ¶
func ResetPassword(c web.ApiContext) error
ResetPassword reset password handler
func UpdateUserProfile ¶
func UpdateUserProfile(c middleware.AuthedContext) error
UpdateUserProfile ...
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.