add frontend auth middleware, embed user data in frontend html

This commit is contained in:
sam 2023-09-04 17:32:45 +02:00
parent d8cb8c8fa8
commit 0fa769a248
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
12 changed files with 265 additions and 42 deletions

View file

@ -9,5 +9,7 @@
</head>
<body>
<div id="app"></div>
<script type="text/json" id="accountData">{{.AccountData}}</script>
</body>
</html>