addict
addict copied to clipboard
User authentification with Addict.Plugs.Authenticated -> plug :action no longer required
In the README, Checking for authentification:
plug :action
is no longer required. Moreover, it will cause the action to be called a second time.
Source:
https://github.com/phoenixframework/phoenix/issues/888