Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Perform checks first
Browse files Browse the repository at this point in the history
Closes #124
  • Loading branch information
utkarsh2102 committed Oct 16, 2019
1 parent 65963ca commit f526132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openid/consumer/idres.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def signed_fields
# verified information.
def id_res
check_for_fields
verify_return_to
check_signature
check_nonce
verify_return_to
verify_discovery_results
end

Expand Down

0 comments on commit f526132

Please sign in to comment.