peburrows / goth

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

Fix missing step in getting credentials #100

Closed michael-borisov closed 3 years ago

wojtekmach commented 3 years ago

The idea was you'd store the json contents (hence _JSON suffix) and not the path to the credentials file. There are disucussions on making that official in the sdk but for now its just a convention. Thanks for the PR!

michael-borisov commented 3 years ago

Ok, I get the idea. My PR was based on the examples from lib/goth.ex