aboutsummaryrefslogtreecommitdiff
path: root/src/Sproxy/Application/OAuth2/Google.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06Reformat with modern hindent 5.2.7Igor Pashev1-49/+51
2017-08-06Fix POST requests for tokensIgor Pashev1-58/+64
Really use application/x-www-form-urlencoded instead of query paramaters. Apparently, Google and LinkedIn are too tolerant. Yandex is not.
2016-11-25Make sure all HTTP headers are UTF8-encodedIgor Pashev1-6/+9
Especially X-Family-Name, X-Given-Name. Since we get all the data from JSON and JSON is in UTF8 by default RFC 7159, we are safe. Refactored to make it less error-prone and to get as small number of encoding/decoding as possible.
2016-11-19Initial release (1.90.0)1.90.0Igor Pashev1-0/+78