[][src]Crate rocket_recaptcha_v3

reCAPTCHA v3 for Rocket Framework

This crate can help you use reCAPTCHA v3 in your Rocket web application.

See Rocket.toml and examples.

Structs

ClientRealAddr

The request guard used for getting an IP address from a client.

ReCaptcha
ReCaptchaKey
ReCaptchaToken
ReCaptchaVerification
V2
V3

Enums

ReCaptchaError

Errors of the ReCaptcha struct.

Traits

ReCaptchaVariant