Is there a way to disable the authentication token in the dev enviroment in Guardian?

Hello. i’m using Guardian and Guardian DB for my app. Is there a way to disabled the authentication token in dev enviroment.

i punt in dev.exs:

config :myapp, MyApp.Guardian, nil

But still is checking for the token.