I have two tokens coming to my Endpoint method. one with inside the key of Authorization
and another one inside App-token
but couldn't find any docs/support or anything to workaround this. what is the possible workaround to validate/verify both tokens
I see this option
plug(Guardian.Plug.VerifyHeader, claims: %{"typ" => "access"}, realm: "Bearer")
for realm but not of custom header name
Thanks