Documentation
¶
Index ¶
- func Decode(c *fiber.Ctx) error
- func Health(c *fiber.Ctx) error
- func HealthProtected(c *fiber.Ctx) error
- func Login(c *fiber.Ctx) error
- func Logout(c *fiber.Ctx) error
- func OTPEmail(c *fiber.Ctx) error
- func Register(c *fiber.Ctx) error
- func Verify(c *fiber.Ctx) error
- type AuthResponse
- type DecodeResponse
- type LoginPayload
- type RefreshResponse
- type RegisterPayload
- type UserResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HealthProtected ¶
Types ¶
type AuthResponse ¶
type DecodeResponse ¶
type LoginPayload ¶
type RefreshResponse ¶
type RefreshResponse struct {
AccessToken string `json:"access_token"`
}
type RegisterPayload ¶
Click to show internal directories.
Click to hide internal directories.