summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-24 16:00:28 +0200
committerxengineering <me@xengineering.eu>2026-05-24 16:07:45 +0200
commit1362d9ff0a4498bbb793d4e919036abd4d7d31ae (patch)
treeded5f8ce4234e43f39298b9f02fb05ba8588696d /meson.build
parent3b28132b56836d2f7bd3ce01430d334eb7bffa3b (diff)
downloadfinserv-1362d9ff0a4498bbb793d4e919036abd4d7d31ae.tar
finserv-1362d9ff0a4498bbb793d4e919036abd4d7d31ae.tar.zst
finserv-1362d9ff0a4498bbb793d4e919036abd4d7d31ae.zip
WIP: Add authenticate()
TODO: replace hard-coded user table This function authenticates the SHA256 hash of an authentication token.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8d35ec0..cfa3a07 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,7 @@ finserv_linux_amd64 = custom_target(
meson.current_source_dir() / 'main.go',
meson.current_source_dir() / 'handlers.go',
meson.current_source_dir() / 'token.go',
+ meson.current_source_dir() / 'database.go',
],
output : 'finserv-linux-amd64',
env : {'GOOS': 'linux', 'GOARCH': 'amd64'},