17 Commits

Author SHA1 Message Date
607cd6df09 perf(web): improve authentication 2023-01-28 19:18:11 +03:00
0a76f7fd8e feat(web): show 'Back to home' button on auth when valid token 2023-01-27 17:19:14 +03:00
deb00436f5 perf(web): add validate function to js 2023-01-27 17:17:47 +03:00
7c58f011ca fix(web): fix token.js 2023-01-27 17:00:35 +03:00
46e67488f1 fix(web): initialize index.html and update styles 2023-01-27 16:53:24 +03:00
b791c60b81 fix(web): update styles 2023-01-27 16:52:15 +03:00
7e0e619950 chore(web): change from CRLF to LF in css 2023-01-27 15:29:58 +03:00
aafaf2d32c fix(web): fix assets paths in html 2023-01-27 15:24:51 +03:00
ebb3836930 feat(web): initialize frontend 2023-01-27 01:33:23 +03:00
47ee5c4776 feat(web): add token validation handler 2023-01-27 01:21:18 +03:00
9a4817d6ad refactor(web): move all server files into server directory 2023-01-27 01:11:24 +03:00
2981a4b0ca chore(web): add go.mod 2023-01-27 01:06:58 +03:00
9828e0f213 feat(web): add TDBMS client 2023-01-26 23:29:52 +03:00
b80eaf55ea chore(web): change assets paths 2023-01-26 21:51:11 +03:00
bf1a652b91 feat(web): improve token generation 2023-01-23 16:16:17 +03:00
d421eadde4 refactor: rearrange files 2023-01-14 15:12:12 +03:00
7f31d62260 init(web): add http server on golang with authentication only
And remove CGI
2023-01-10 20:08:17 +03:00