Skip to content

Instantly share code, notes, and snippets.

@dimuthnc
Created May 16, 2020 07:50
Show Gist options
  • Save dimuthnc/e91ad52cbc132e06b2436b76871c3885 to your computer and use it in GitHub Desktop.
Save dimuthnc/e91ad52cbc132e06b2436b76871c3885 to your computer and use it in GitHub Desktop.
perform_basic_authentication()
fraud_score = calculate_fraud_score( event_inputs )
if( fraud_score < 0.25 ) :
complete_authentication()
Else if(fraud_score < 0.75 ):
perform_biomatrix_authentication()
Else:
set_authentication_failed(error_message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment