Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Implement reCAPTCHA for abuse prevention (#311)
* Implement reCAPTCHA for abuse prevention * Update the README
- Loading branch information
Showing
with
105 additions
and 21 deletions.
- +1 −1 Dockerfile
- +1 −1 Procfile
- +9 −1 README.md
- +8 −0 app.json
- +9 −2 bin/slackin
- +4 −2 lib/assets/client.js
- +70 −13 lib/index.js
- +3 −1 lib/splash.js
@@ -1 +1 @@ | ||
web: bin/slackin --coc "$SLACK_COC" --channels "$SLACK_CHANNELS" --port $PORT $SLACK_SUBDOMAIN $SLACK_API_TOKEN | ||
web: bin/slackin --coc "$SLACK_COC" --channels "$SLACK_CHANNELS" --port $PORT $SLACK_SUBDOMAIN $SLACK_API_TOKEN $GOOGLE_CAPTCHA_SECRET $GOOGLE_CAPTCHA_SITEKEY |