package cache import ( "git.links123.net/links123.com/pkg/middleware/auth" ) func AuthSessionStore() auth.Session { return session }