Page MenuHomePhabricator

Define an interface for CAPTCHA modules
Open, Needs TriagePublic

Description

A basic interface which exposes the _really_ required methods of a CAPTCHA module needs to be created. It should be kept in mind, that this interface will probably become the return value of a Service, so no implementation specific functions should be part of it, but all required methods for "external" callers needs to be available.