slackhq / slack-api-docs

API Docs for Slack.com
https://api.slack.com/
426 stars 85 forks source link

Document where you are NOT complient with the official OAuth2 specs. #68

Open forgemo opened 7 years ago

forgemo commented 7 years ago

The required field "token_type" specified in the OAuth2 - Access Token Response your server returns is not set.

This breaks existing OAuth2 libraries and may force developers to implement their custom workaround.

In my case: https://pub.dartlang.org/packages/oauth2

It would be great if such "non-compliances" are documented, so that developers don't have to randomly stumble across them as I did.