owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.79k stars 3.05k forks source link

[FEATURE REQUEST] Don't redact auth type HTTP request logging #4249

Closed michaelstingl closed 8 months ago

michaelstingl commented 8 months ago

Describe the solution you'd like

I'd like to log the auth method, and redact only the actual credentials.

Additional context

Desktop example:

        "header":
        {
            "Authorization": "Bearer [redacted]",

iOS example:

Authorization: Bearer [redacted:1]

TASKS

jesmrec commented 8 months ago

New requirement:

Add new option to reveal [redacted] info with debugging purposes. Options:

more options, welcome.