Skip to content

Make captcha (kocaptcha) stateless

vaartis requested to merge vaartis/pleroma:captcha into develop

This MR eliminates the need for ETS in CAPTCHA handling. The answer is encrypted+signed and then passed to the client, which passes it back to decrypt and get the answer's MD5.

Connected with this FE MR: pleroma-fe!434 (merged)

/cc @rinpatch @href

Edited by vaartis

Merge request reports