summaryrefslogtreecommitdiff
path: root/examples/login.exs
blob: 71392ad509a8ca14d5d08ce1db371befdefbaf80 (plain) (blame)
1
2
3
4
5
Polyjuice.Client.User.log_in_with_password(
  "http://localhost:8008",
  "user",
  "password"
) |> inspect() |> IO.puts()