Files
auth-proxy/auth.go
db123-test a352adb441 fix: use sql.NullString for reason field in audit log
Update reason field handling in auth.go and db.go to properly support
NULL values using sql.NullString. When inserting expired temp entries
and serializing logs to JSON, extract the string value to avoid
JSON marshaling issues with nullable fields.
2026-05-04 17:48:18 +03:30

7.4 KiB