Guardian Validation

I Install guardian following this tutorial(https://github.com/ylankgz/shlack), 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?