HttpOnly sessions
Signed-in user, partner and administrator areas use HttpOnly session cookies so JavaScript cannot directly read the session token.
WendingAI documents the controls that are actually implemented across authentication, sensitive credentials, partner operations and administrative workflows. We do not claim certifications we have not earned.
Authenticated areas are designed around server-side session state so full credentials do not need to live in browser storage.
Signed-in user, partner and administrator areas use HttpOnly session cookies so JavaScript cannot directly read the session token.
Selected sensitive entry points use Cloudflare Turnstile, with short-lived trusted verification reuse for normal follow-up operations.
Administrative and partner mutations use same-origin session checks and CSRF tokens where implemented.
The product is structured so different roles receive the minimum configuration surface required for their job.
Security is not only authentication. WendingAI also limits who can change product configuration, partner settings and high-impact operational state.
Sensitive administrative changes can be recorded for later review and accountability.
Host-scoped site configuration keeps partner branding, pricing and referral policy from leaking across sites.
Selected production security paths are designed to fail closed when required security storage or verification is unavailable.
WendingAI should earn trust through verifiable controls and transparent operating practices.
Review live platform status and contact WendingAI for deployment-specific security questions.