brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
280 stars 105 forks source link

use url encoded base64 #182

Open tommyengstrom opened 1 year ago

tommyengstrom commented 1 year ago

The gogol-gmail library, which is the only gogol library one we're using, is broken due to using Base64 encoding where it should be using Base64Url encodoing.

This fix made it work on our end, but I suspect it is just shuffling errors around.