Mention the requirement for Body Parsing Middleware when parsing application/json requests
Q
A
Documentation
yes
Bugfix
no
BC Break
no
New Feature
no
RFC
no
QA
no
Description
When requesting an access token from the authentication server using JSON, the response from the server will always be "error": "unsupported_grant_type" unless the body parsing middleware helper is included in the application. Updating the docs to highlight the requirement for this library.
Mention the requirement for Body Parsing Middleware when parsing application/json requests
Description
When requesting an access token from the authentication server using JSON, the response from the server will always be "error": "unsupported_grant_type" unless the body parsing middleware helper is included in the application. Updating the docs to highlight the requirement for this library.
Fixes #39