Files
auth-proxy/auth.go
db123-test 5ffafbd38f feat: add filtering and pagination to audit logs endpoint
The logsHandler now accepts query parameters to filter logs by action
and IP address, with support for pagination via limit and offset
parameters. Query parameters are safely bound to prepared statements
to prevent SQL injection, and pagination values are validated to
ensure they fall within acceptable ranges.
2026-05-04 13:15:55 +03:30

7.5 KiB