diff options
| author | xengineering <me@xengineering.eu> | 2026-05-24 14:12:03 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-05-24 14:45:33 +0200 |
| commit | 3b28132b56836d2f7bd3ce01430d334eb7bffa3b (patch) | |
| tree | 108025b93a270e5ba84aa7f6497b0b5d2d11e5e3 /meson.build | |
| parent | d7d46df8c4d019be48f7aa0790aa8a2349e45e20 (diff) | |
| download | finserv-3b28132b56836d2f7bd3ce01430d334eb7bffa3b.tar finserv-3b28132b56836d2f7bd3ce01430d334eb7bffa3b.tar.zst finserv-3b28132b56836d2f7bd3ce01430d334eb7bffa3b.zip | |
Add POST /api/registration
This URL sets a random 32 octet token as cookie `token` in Base64
encoding.
The SHA256 hash of the binary token is written as response also in
Base64 encoding.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 0bd75d3..8d35ec0 100644 --- a/meson.build +++ b/meson.build @@ -11,6 +11,7 @@ finserv_linux_amd64 = custom_target( input : [ meson.current_source_dir() / 'main.go', meson.current_source_dir() / 'handlers.go', + meson.current_source_dir() / 'token.go', ], output : 'finserv-linux-amd64', env : {'GOOS': 'linux', 'GOARCH': 'amd64'}, |
