Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HaikAsatryan committed Aug 29, 2024
1 parent be34f2f commit c2508c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ public class RequestResponseLoggingMiddleware(RequestDelegate next, ILogger<Requ
"pass",
"secret",
"token",
"cookie"
"cookie",
"auth"
};

public async Task InvokeAsync(HttpContext context)
Expand Down

0 comments on commit c2508c7

Please sign in to comment.