Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2021 Changes in this version + func CreateUser(c *fiber.Ctx) error + func GetUser(c *fiber.Ctx) error + func GetUsers(c *fiber.Ctx) error + func Login(c *fiber.Ctx) error + func Logout(c *fiber.Ctx) error + func Protected(c *fiber.Ctx) error + func RefreshToken(c *fiber.Ctx) error + func Register(c *fiber.Ctx) error + type Token struct + RefreshToken string