feat: Implement recaptcha verification - #2349
Conversation
|
@iamareebjamal should we have this feature. This was implemented as discussed in the Gitter channel, regarding the changes in the server-side script. |
|
Discuss this with SUSI server guys |
We had a discussion regarding this in the gitter channel, they said to implement recaptcha. |
|
@iamareebjamal please review it. Also, please tell where to store the API key. |
The build is failing✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 3ff7a72. Here's the output:
|
The build is failing✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 21ed178. Here's the output:
|
|
Please fix Travis. |
|
Please provide a screenshot. |
mariobehling
left a comment
There was a problem hiding this comment.
Same comment as in the other PR: We cannot keep the API key in the app itself. This would be a security issue. It should be added during building of the app using Travis environment variables. Please implement it in that way.
|
@atm1504 please refer to the way youtube API key is stored in the App. |
|
This PR is open for a long time, if anyone wants to take this up, they can |
Fixes #2348 , #2319
Changes:
Screenshots for the change:
Will be updated once complete