Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-31 | Use Template Haskell | Igor Pashev | 1 | -5/+4 | |
2017-10-17 | Remove unused extension | Igor Pashev | 1 | -1/+0 | |
2017-08-06 | Format with hindent | Igor Pashev | 4 | -85/+75 | |
2017-08-06 | Fix POST requests for tokens | Igor Pashev | 2 | -118/+131 | |
Really use application/x-www-form-urlencoded instead of query paramaters. Apparently, Google and LinkedIn are too tolerant. Yandex is not. | |||||
2017-08-06 | Add Yandex | Igor Pashev | 2 | -8/+94 | |
https://tech.yandex.com/oauth/ | |||||
2017-05-13 | Add end-point for checking access in a bunch | Igor Pashev | 1 | -0/+23 | |
2016-11-25 | Make sure all HTTP headers are UTF8-encoded | Igor Pashev | 4 | -21/+61 | |
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-19 | Initial release (1.90.0)1.90.0 | Igor Pashev | 6 | -0/+292 | |