ueberauth / guardian

Elixir Authentication
MIT License
3.44k stars 381 forks source link

fix plug deps compilation #390

Closed yordis closed 7 years ago

hassox commented 7 years ago

This file should not exist in Guardian 1.0. The callbacks are for 0.14.x and are not appropriate anymore. If we want to update it to Guardian 1.0 it should implement only the auth_errror callback.

I'm down for either updating it to the auth_error callback or just removing it all together.

yordis commented 7 years ago

@hassox nevermind then, guardian_db is failing because of this but should be fine after you release 1.0

yordis commented 7 years ago

@hassox actually maybe take it for 0.14.x if you want