panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

Update HTTP debug to include FORM data #413

Closed danielsharvey closed 3 years ago

danielsharvey commented 3 years ago

Some operations utilise a form post which does not show up in debug via options.body. This PR displays options.form to capture this.