Add the jerl Erlang library in mix.exs file
{:jwerl, "~> 1.1"}
defmodule GithubJwt do
def github_api_test do
jwt = create_jwt("/path/to/pemfile", APP_ID)
Add the jerl Erlang library in mix.exs file
{:jwerl, "~> 1.1"}
defmodule GithubJwt do
def github_api_test do
jwt = create_jwt("/path/to/pemfile", APP_ID)