Guardian Validation

I Install guardian following this tutorial(GitHub - ylankgz/shlack: Slack clone, groupchat app · GitHub), but I have a question

def new (conn, params, current_user, _claims) do

In every action he believes will always have to pass these parameters current_user, _claims?

Is there any way to avoid this?