From e8ff326f0e5bd61fb0a8c22c48f296fcf0249830 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 15 Nov 2025 11:54:00 +0100 Subject: backend implement auth-service --- src/routes/context.zig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/routes/context.zig') diff --git a/src/routes/context.zig b/src/routes/context.zig index bc3e710..7c0ca4e 100644 --- a/src/routes/context.zig +++ b/src/routes/context.zig @@ -6,9 +6,11 @@ const Self = @This(); allocator: std.mem.Allocator, request: *std.http.Server.Request, storage: *Storage, +fingerprint: []const u8, user: ?[]const u8 = null, response: struct { headers: struct { content_type: []const u8 = "application/json", + fingerprint: ?[]const u8 = null, } = .{}, } = .{}, -- cgit v1.2.3-70-g09d2