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

adds access token to result of auth function #14

Closed ZooeyMiller closed 7 years ago

ZooeyMiller commented 7 years ago

we want to give the user the access token as well as the result of the search for user details from github, so we put it on the resulting map.

7