Open forgemo opened 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.
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.