Add recaptcha v2 to verify guest logins (#55)

This commit is contained in:
Jeremy "EndenDragon" Zhang
2017-09-21 00:12:49 -07:00
committed by GitHub
parent f6b354f10d
commit 392c7ae69e
6 changed files with 81 additions and 23 deletions

View File

@ -8,6 +8,10 @@ config = {
# Rest API in https://developer.paypal.com/developer/applications
'paypal-client-id': "Paypal client id",
'paypal-client-secret': "Paypal client secret",
# V2 reCAPTCHA from https://www.google.com/recaptcha/admin
'recaptcha-site-key': "reCAPTCHA v2 Site Key",
'recaptcha-secret-key': "reCAPTCHA v2 Secret Key",
'app-location': "/var/www/Titan/webapp/",
'app-secret': "Type something random here, go wild.",