Server-side tokens
LiveKit API keys and secrets are never delivered to the browser.
MeetWerk uses server-side authentication, short-lived LiveKit tokens and hardened web sessions. Actual data protection also depends on hosting, LiveKit operation and connected services – security starts with the architecture.
Separation of application, database and credentials – with short-lived tokens and hardened sessions.
LiveKit API keys and secrets are never delivered to the browser.
PHP sessions use HttpOnly, SameSite and Secure cookies over HTTPS.
State-changing forms and APIs are protected against cross-site request forgery.
PDO prepared statements reduce SQL injection risks.
Media files are checked by MIME type, size and file format.
The Apache configuration sets CSP, Referrer-Policy and Permissions-Policy among other headers.
Privacy also depends on hosting and operation – the foundations are anchored here.
The web application, database and LiveKit credentials are separated; the API secret never leaves the server, and tokens are issued only briefly for participation. In addition, CSRF protection, PDO prepared statements, restrictive upload validation and security headers provide a resilient foundation. Before going live, the hosting location, data processing agreements and retention periods must be documented.
Request consultationStart a meeting or talk to us about using MeetWerk in your company, school or organisation.