We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update redirect location of POST /oauth/authorize
Update specific section about native_oauth_authorization path
Change /oauth/authorize/:code to /oauth/authorize/native as per #1003
Update token info error response to match changes from https://github.com/doorkeeper-gem/doorkeeper/pull/1202
There whas this missing ", however even if I add it I it didn't work. So I ended up sending the client_id and client_secret via body params.
Updated API endpoint descriptions and examples (markdown)
added missing /oauth/token/info in routes overview
Unwrap long line
Added additional examples for POST /oauth/token and GET /oauth/token/info.
Fixed revoke url in curl example
Updated POST /oauth/revoke to match current version https://github.com/doorkeeper-gem/doorkeeper/pull/506
added information about the configured user identification methods invoked by the api calls
end curl line breaks with backslash to make them more useful copy paste
Created API endpoint descriptions and examples (markdown)