Current section

Files

Jump to
humo lib humo_web authorization_extractor behaviour.ex
Raw

lib/humo_web/authorization_extractor/behaviour.ex

defmodule HumoWeb.AuthorizationExtractor.Behaviour do
@doc """
Extract authorization from Plug.Conn
"""
@callback extract(Plug.Conn.t()) :: any()
end