Add option to request CAPTCHA on user creation #200
Labels
P3
Low priority. No set deadline to address.
Size: Large
The work involved in addressing this issue is substantial. Multiple days or weeks of work.
Status: Available
Work on this issue has not yet started and is available to be worked on.
Type: Feature
Addresses adding a new feature to the application.
Milestone
Describe the problem that this feature would solve
One of the standard ways to prevent bot signups is to require the end user to answer a CAPTCHA sent from the server. Thunder does not currently have this functionality.
Describe the solution you'd like
There should be a configurable option to enable CAPTCHA on
POST /users
. Ideally, when enabled, the flow would look like:POST
request with the user dataAdditional context
I have never worked with CAPTCHA before, so I may not know all of the limitations or how the protocol should actually work.
The text was updated successfully, but these errors were encountered: