grafana v0.1.3 Grafana.Login View Source
Link to this section Summary
Link to this section Functions
Check login without authentication.
iex> {:ok, response} = Grafana.Login.check …> Map.keys(response) [“message”]
Login and retrieve cookie.
Renew login with basic auth.
iex> {:ok, response} = Grafana.Login.renew …> Map.keys(response) [“message”]