Files
kami-parse-server/spec
orette c7357ed109 Use the correct function when validating google auth tokens (#5018)
* Use the correct function when validating google auth tokens

httpsRequest.request expects the param postData and has no default value
or validation to check if it is missing before using it. As a result, an
error `TypeError: First argument must be a string or Buffer` is
thrown when an attempt is made to authenticate with Google.

A quick check on the LinkedIn, FB, and twitter authentication adapters
shows they are using httpsRequest.get for their validation calls.

* Correct google auth adapter tests
2018-08-30 20:17:46 -04:00
..
2016-04-04 20:02:34 -04:00
2018-07-01 00:00:37 -04:00
2018-08-05 13:58:07 -04:00
2018-07-03 11:13:08 -04:00
2018-07-03 11:13:08 -04:00
2016-02-29 18:55:14 -05:00
2017-02-21 15:06:45 -05:00
2016-02-17 08:06:30 -05:00
2018-07-03 11:13:08 -04:00