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.
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.