Ueberauth Goodreads Strategy v0.1.0 Ueberauth.Strategy.Goodreads.OAuth
OAuth1 for Goodreads.
Add consumer_key
and consumer_secret
to your configuration:
config :ueberauth, Ueberauth.Strategy.Goodreads.OAuth,
consumer_key: System.get_env(“GOODREADS_CONSUMER_KEY”),
consumer_secret: System.get_env(“GOODREADS_CONSUMER_SECRET”),
redirect_uri: System.get_env(“GOODREADS_REDIRECT_URI”)