Authentication
Captcha challenges for spam prevention
Returns a new captcha challenge for spam prevention. Users must solve the captcha before certain actions can be performed. Requires signed fetch authentication.
Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Captcha challenge generated successfully
Unauthorized - invalid signed fetch
Forbidden - invalid metadata or user is flagged
Verifies a captcha solution. Users who fail the captcha multiple times (3 attempts) will be flagged for 24 hours. Requires signed fetch authentication.
Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.
Captcha challenge identifier from GET /captcha
User-provided X coordinate solution
Captcha verified successfully
Bad request - Invalid captcha solution
Unauthorized - invalid signed fetch
Forbidden - invalid metadata or user is flagged
Last updated