Versions in this module Expand all Collapse all v0 v0.2.1 Feb 3, 2024 v0.2.0 Feb 1, 2024 Changes in this version + func AuthDestroy(c *fiber.Ctx) + func AuthGet(c *fiber.Ctx) (bool, uint) + func AuthStore(c *fiber.Ctx, userID uint) + func SessionSetup(dbDriver string, db *sql.DB, dsn, tableName string)