zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8dcb0a4fc4c0e3ba0f6cb834fbd3f3806c548c0e
parent 27a8c796e1e5925ac773442974c42ceccd884a62
Author: Alberto Lerda <albertolerda97@gmail.com>
Date:   Wed,  5 Oct 2022 10:56:55 +0200

Zenflows.GQL.MW.Sign: improve error message

Diffstat:
Msrc/zenflows/gql/mw/sign.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/gql/mw/sign.ex b/src/zenflows/gql/mw/sign.ex @@ -25,7 +25,7 @@ Absinthe middleware to verify GraphQL calls. alias Zenflows.Restroom alias Zenflows.VF.Person -@missing_headers_auth_call "gql_user, gql_sign and gql_body headers are required for an authenticated call" +@missing_headers_auth_call "couldn't aunthenticate: zenflows-user and/or zenflows-sign headers are missing" @impl true def call(res, _opts) do