log pkg/auth/session.go @ 4160:7cccf7fef3e8

age author description
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.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Fri, 24 Aug 2018 16:20:21 +0200 Sascha L. Teichmann Removed dead code. Left over from refactoring.
Fri, 24 Aug 2018 15:12:22 +0200 Sascha L. Teichmann Throw away the connection level for sessions. metamorph-for-all
Fri, 24 Aug 2018 14:25:05 +0200 Sascha L. Teichmann The connection pool is now only a session store. metamorph-for-all
Fri, 24 Aug 2018 13:56:06 +0200 Sascha L. Teichmann First stab to use the metamorphic db to do all database stuff. metamorph-for-all
Tue, 21 Aug 2018 18:29:34 +0200 Sascha L. Teichmann Only allow log in if user has at least one of the roles 'sys_admin', 'waterway_admin', 'waterway_user'.
Wed, 15 Aug 2018 17:30:50 +0200 Sascha L. Teichmann Moved project specific Go packages to new pkg folder. base auth/session.go@52f26f7a8e48