MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

Possibility to set custom HttpHeaders for tracing #485

Open m-gug opened 4 months ago

m-gug commented 4 months ago

Is there any chance we can get a way to set custom HttpHeader? I would like to send tracking references (e.g. request ID) so that the logs from the OIDC provider can be linked to the logs from the app. That would make troubleshooting much easier.

Or is there perhaps even a possibility that I have overlooked?