Packages

Middleware based authentication and authorization for Absinthe GraphQL powered by Bodyguard

Current section

Files

Jump to
speakeasy lib speakeasy.ex
Raw

lib/speakeasy.ex

defmodule Speakeasy do
@moduledoc """
Authorize Absinthe queries and mutations.
Please see the [README](readme.html).
"""
@doc false
def default_user_key() do
Application.get_env(:speakeasy, :user_key)
end
end