grafana v0.1.2 Grafana.Login View Source

Link to this section Summary

Functions

Check login without authentication

Login and retrieve cookie

Renew login with basic auth

Link to this section Functions

Check login without authentication.

iex> {:ok, response} = Grafana.Login.check …> Map.keys(response) [“message”]

Link to this function login(username, password) View Source

Login and retrieve cookie.

Renew login with basic auth.

iex> {:ok, response} = Grafana.Login.renew …> Map.keys(response) [“message”]