From 1362d9ff0a4498bbb793d4e919036abd4d7d31ae Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 May 2026 16:00:28 +0200 Subject: WIP: Add authenticate() TODO: replace hard-coded user table This function authenticates the SHA256 hash of an authentication token. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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'}, -- cgit v1.3