Versions in this module Expand all Collapse all v1 v1.10.2 May 23, 2021 Changes in this version + func Legacy(users core.UserStore, config Config) (core.Session, error) + func New(users core.UserStore, config Config) core.Session + type Config struct + MappingFile string + Secret string + Secure bool + Timeout time.Duration + func NewConfig(secret string, timeout time.Duration, secure bool) Config