package
Version:
v0.0.0-...-b531804
Opens a new window with list of versions in this module.
Published: Feb 4, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Jwt(c *fiber.Ctx) error
func Protected() []fiber.Handler
func SignIn(c *fiber.Ctx) error
func SignUp(c *fiber.Ctx) error
type Input struct {
UserName string `json:"username" validate:"required,min=3,max=32"`
Password string `json:"password" validate:"required,min=6"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.