Versions in this module Expand all Collapse all v1 v1.0.0 Oct 23, 2025 Changes in this version + type ForgotPWApi struct + func NewForgotPWApi() *ForgotPWApi + func (h *ForgotPWApi) Handle(c *core.Ctx) error + func (h *ForgotPWApi) Validate(c *core.Ctx) error + type RefreshTokenApi struct + func NewRefreshTokenApi() *RefreshTokenApi + func (h *RefreshTokenApi) Handle(c *core.Ctx) error + func (h *RefreshTokenApi) Validate(c *core.Ctx) error + type ResetPWApi struct + func NewResetPWApi() *ResetPWApi + func (h *ResetPWApi) Handle(c *core.Ctx) error + func (h *ResetPWApi) Validate(c *core.Ctx) error + type SignInApi struct + Type auth.Type + func NewSignInApi(authType auth.Type) *SignInApi + func (h *SignInApi) Handle(c *core.Ctx) error + func (h *SignInApi) Validate(c *core.Ctx) error + type SignOutApi struct + Type auth.Type + func NewSignOutApi(authType auth.Type) *SignOutApi + func (h *SignOutApi) Handle(c *core.Ctx) error + type SignUp struct + func NewSignUpApi() *SignUp + func (h *SignUp) Handle(c *core.Ctx) error + func (h *SignUp) Validate(c *core.Ctx) error