Versions in this module Expand all Collapse all v1 v1.8.9 Aug 31, 2022 Changes in this version + type CSRF interface + Generate func(userID int) (string, error) + Validate func(userID int, key string) (bool, error) + type Database interface