# HG changeset patch # User Thomas Junk # Date 1530627509 -7200 # Node ID 992e179124058fb1d2fc9984371bfdfb99749ffe # Parent a85c44438d487212fd4984d79e7bd4213413dea0 feat: Improve login against real db In order to log into our real db, we need to consume the new JSON document consuming experies, username, roles, etc. Token is stored securly in browser session. Other data is stored in vue store. diff -r a85c44438d48 -r 992e17912405 client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Tue Jul 03 11:43:55 2018 +0200 +++ b/client/src/components/Sidebar.vue Tue Jul 03 16:18:29 2018 +0200 @@ -6,13 +6,19 @@ Link Disabled +
+ {{ userinfo }} +