log auth/connection.go @ 130:13b82701b1fb

age author description
Thu, 28 Jun 2018 16:59:16 +0200 Sascha L. Teichmann Take expiring time from serialized tokens to garbage collect them.
Thu, 28 Jun 2018 16:45:01 +0200 Sascha L. Teichmann Forgot to check if a db connection is already close when closing idle db connections.
Thu, 28 Jun 2018 13:39:14 +0200 Sascha L. Teichmann Implemented explicit token renewal under endpoint /api/renew.
Thu, 28 Jun 2018 13:09:38 +0200 Sascha L. Teichmann Implemented an explicit token deletion under endpoint /api/logout.
Mon, 25 Jun 2018 13:26:48 +0200 Sascha L. Teichmann Fixed wrong idle time for tokens.
Mon, 25 Jun 2018 13:19:55 +0200 Sascha L. Teichmann Fundamental connection pool based on tokens.