ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Improve the error messages of the permission plug #578

Closed Hanspagh closed 5 years ago

Hanspagh commented 5 years ago

Right now the error message is always {:unauthorized, :unauthorized} which is not really helping so much when trying to figure out why a pipeline failed the authentication.

yordis commented 5 years ago

@Hanspagh is this fixed?

Hanspagh commented 5 years ago

No, we still have the {:unauthorized, :unauthorized} here. I will find some time to work on it

yordis commented 5 years ago

@Hanspagh I remember to be working on this thou, I have no clue what happened.

Let me get back to it then.

yordis commented 5 years ago

LOL I found it https://github.com/ueberauth/guardian/pull/589