quiqupltd / ueberauth_token

UeberauthToken is a library which helps validate an oauth2 token received by the resource server. The token should be validated against the authorization server and an ueberauth struct constructed.
MIT License
6 stars 3 forks source link

Fix iex #10

Closed IanVaughan closed 6 years ago

IanVaughan commented 6 years ago

These changes get iex -S mix working on a local shell

Fixes #9

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 9


Totals Coverage Status
Change from base Build 6: 0.0%
Covered Lines: 195
Relevant Lines: 253

💛 - Coveralls
luizvarela commented 6 years ago

LGTM

IanVaughan commented 6 years ago

I think a dev would expect iex to just work, which config it uses does no harm right? If they want to change it they can, but forcing them to have to isn't that nice. Also MIX_ENV=test iex -s mix is not something I'd expect to run, its much nicer working without the env setup. But as I say on the other MR, ideally it should have a dev and test config, but I was just after a quick fix!