peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
284 stars 108 forks source link

Change format of environment variable? #27

Closed brandonparsons closed 6 years ago

brandonparsons commented 6 years ago

Hi there,

Is there any way to make it possible to accept a Base 64 encoded version of the JSON auth credentials? The huge JSON string is a bit unwieldy.

peburrows commented 6 years ago

I think this would definitely be a handy addition, but I need to think about how we might go about doing this.

peburrows commented 6 years ago

Now that #32 is merged, you should be able to do this yourself as part of an init callback. As such, I'm going to close this issue.