Documentation ¶
Index ¶
- func AddRoutes(sg *echo.Group)
- func GenerateQRHandler(c echo.Context) error
- func SigninHandler(c echo.Context) error
- func SignupHandler(c echo.Context) error
- func ToggleMFAHandler(c echo.Context) error
- func UpdatePasswordHandler(c echo.Context) error
- type SigninOptions
- type SignupOptions
- type ToggleMFAOptions
- type UpdatePasswordOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateQRHandler ¶
func GenerateQRHandler(c echo.Context) error
func SigninHandler ¶
func SigninHandler(c echo.Context) error
func SignupHandler ¶
func SignupHandler(c echo.Context) error
func ToggleMFAHandler ¶
func ToggleMFAHandler(c echo.Context) error
func UpdatePasswordHandler ¶
func UpdatePasswordHandler(c echo.Context) error
Types ¶
type SigninOptions ¶
type SignupOptions ¶
type ToggleMFAOptions ¶
type ToggleMFAOptions struct {
Code string `json:"code"`
}
type UpdatePasswordOptions ¶
Click to show internal directories.
Click to hide internal directories.