summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-06-05 22:45:01 +0200
committerxengineering <me@xengineering.eu>2026-06-20 17:10:39 +0200
commit0143b6e4cb7c31abee7d71a2dbd713abcc98936d (patch)
treea0b1aa8c12647a7e92a80a689a1a3ba29f1fad3e /meson.build
parent3934137fa15737145094ec4607de82e5b3dbf063 (diff)
downloadfinserv-0143b6e4cb7c31abee7d71a2dbd713abcc98936d.tar
finserv-0143b6e4cb7c31abee7d71a2dbd713abcc98936d.tar.zst
finserv-0143b6e4cb7c31abee7d71a2dbd713abcc98936d.zip
Add Register()
This function creates a new user and sets the username and bcrypt-hashed password.
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 ba66106..7955190 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() / 'database.go',
+ meson.current_source_dir() / 'password.go',
],
output : 'finserv-linux-amd64',
env : {'GOOS': 'linux', 'GOARCH': 'amd64'},