log config/config.go @ 220:11d1a488b08f

age author description
Tue, 24 Jul 2018 17:45:17 +0200 Sascha L. Teichmann Depend command line parsing on Viper/Cobra. Configuration should be persistent now.
Fri, 20 Jul 2018 17:11:57 +0200 Sascha L. Teichmann Added stub for a persistent session store.
Mon, 02 Jul 2018 10:34:56 +0200 Sascha L. Teichmann Removed JWT signing key configuration. Not needed any more.
Thu, 28 Jun 2018 12:21:36 +0200 Sascha L. Teichmann Wired token generator and connection pool to token server.
Tue, 26 Jun 2018 18:29:26 +0200 Sascha L. Teichmann Added first middleware for JWT token extraction. TODO: Add second one to check against logged in users.
Mon, 25 Jun 2018 15:34:32 +0200 Sascha L. Teichmann Fetch database connection string parts from configuration.