Versions in this module Expand all Collapse all v0 v0.1.0 Aug 6, 2024 Changes in this version + var CsrfMiddleware = csrf.New(csrf.Config{ ... }) + var UserSessionStore *session.Store + func CreateRouter(app fiber.Router) + func CreateSessionStore() + func GetUsername(c fiber.Ctx) (string, error) + func IsAuthenticated(c fiber.Ctx) error + func Login(c fiber.Ctx) error + func Logout(c fiber.Ctx) error + func Protected(c fiber.Ctx) error + func Register(c fiber.Ctx) error