Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkrolik committed May 10, 2017
1 parent d92f839 commit e42835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iap_verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def call(env)
end

rescue
return return_forbidden "BAD JWT TOKEN. MALFORMED2. IP: [#{request.ip}]", request
return return_forbidden "BAD JWT TOKEN. MALFORMED2. IP: [#{request.ip}], APIKEY [#{api_key}], UNVERIFIED: [#{unverified}]", request
end

continue_request(env, request, 'NO SKIP')
Expand Down

0 comments on commit e42835b

Please sign in to comment.