mirror of
https://github.com/status-im/sn-api.git
synced 2026-08-31 01:31:07 +00:00
* add cap captcha to the project * create new captcha related table migrations * created CaptchaChallenge.model.ts * created CaptchaToken.model.ts * Captcha services and Cap integration * update migrations to include timestamp fields * use BIGINT for expires fields * Cap captcha route created * parameterize captcha difficulty * openapi docs for /captcha endpoints * linting fixes