How we protect your data on the GCEW platform
A Mariceuticals Program | Under Brinco Group
Every database table enforces row-level security (RLS). Members can only read and write rows that belong to them; counsellors only see clients explicitly assigned to them; admin-only data is gated behind a dedicated is_admin() check rather than client-side flags.
user_roles table — never on the user profile.role_history.Transactional and welcome emails are sent only by the server. The endpoints require a valid signed-in session, enforce a template allowlist, and verify that the recipient address matches the authenticated caller (or that the caller is an admin).
Scheduled jobs (such as trash purge and email-queue processing) run as public endpoints under /api/public/* and authenticate every request:
Authorization header.If you believe you have found a vulnerability, please contact us at security@gcewwellness.ca. We appreciate responsible disclosure and will acknowledge reports within 5 business days.
This page is maintained by GCEW Wellness to answer common security and privacy questions about the GCEW platform. It describes enabled platform capabilities and is not an independent certification or audit attestation.
© 2026 Brinco Group. All rights reserved.
Mariceuticals™ is a trademark of Brinco Group. GCEW™ is a program developed under Mariceuticals.