Skip to content

Consolidate 401 error logs and log response content

Stan Hu requested to merge sh-consolidate-auth-errors into main

For 4xx authentication errors, we now:

  1. Send back a JSON string to give the client more information what happened
  2. Store this JSON body in the logs.

Relates to #67 (closed)

Merge request reports