oauth2/internal
Fredrik Wallgren 9dcd33a902 Add Zoho to the list of broken providers
As per the documentation https://www.zoho.com/crm/help/api/v2/#generate-access

The oauth2 implementation for Zoho is broken in other ways as well, e.g. by having scopes comma separated instead of space separated as the standard says. But won't (and shouldn't) be handled by this project as per https://github.com/golang/oauth2/issues/119.

Change-Id: I450391ac92cbb02e6ba6a21e4afcc4dd0d6849b4
GitHub-Last-Rev: ba758b032a
GitHub-Pull-Request: golang/oauth2#333
Reviewed-on: https://go-review.googlesource.com/c/142880
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-10-17 19:29:45 +00:00
..
client_appengine.go internal: remove RegisterContextClientFunc 2018-01-03 15:50:54 +00:00
doc.go oauth2/internal: remove duplicate package documentation 2017-09-28 01:05:08 +00:00
oauth2.go internal: inline CondVal function 2018-01-02 15:01:22 +00:00
token.go Add Zoho to the list of broken providers 2018-10-17 19:29:45 +00:00
token_test.go internal: return error if no access_token present in server response 2018-01-03 00:38:26 +00:00
transport.go internal: remove RegisterContextClientFunc 2018-01-03 15:50:54 +00:00