dwyl / elixir-auth-github

:octocat: Minimalist GitHub OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀
GNU General Public License v2.0
38 stars 4 forks source link

Work out appropriate error handling #11

Closed ZooeyMiller closed 6 years ago

ZooeyMiller commented 6 years ago

We need error handling for the case that the user hasn't set the config variables, at the moment we are just using IO.puts but we need to look into how to deal with this properly

ZooeyMiller commented 6 years ago

fixed by #15