log pkg/auth/session.go @ 4578:c657dec6b0fa iso-areas

age author description
Mon, 05 Aug 2019 16:24:40 +0200 Sascha L. Teichmann Moved binary session encoding/decoding into auth package as it is only used there.
Fri, 02 Aug 2019 17:08:58 +0200 Sascha L. Teichmann Made 'golint' and 'staticcheck' happy with auth package.
Thu, 14 Mar 2019 11:15:43 +0100 Tom Gottfried Make session timeout configurable
Mon, 26 Nov 2018 11:01:11 +0100 Sascha L. Teichmann Added comments how to create a new session for a given user and password.
Sun, 25 Nov 2018 17:05:19 +0100 Sascha L. Teichmann Named method recievers consistently to make golint happy.
Sat, 24 Nov 2018 17:08:56 +0100 Sascha L. Teichmann Avoid copying session data while deserializing from store.
Sat, 24 Nov 2018 16:55:40 +0100 Sascha L. Teichmann Use more keyed initializers to make 'go vet' happier.