Skip to main content

Securing a wasmCloud App

This section of the documentation provides an overview of securing wasmCloud applications. This refers specifically to securing the wasmCloud host process, securing command-line tooling, and ensuring the security of a lattice and supporting infrastructure.

The wasmCloud team strongly believes in the practice of defense in depth, and as such you'll see throughout this section that many of the security patterns and practices revolve around not trusting other parts of the system.

If you're looking for patterns on how to implement user security (e.g. OAuth), then you'll want to look for examples of this in our reference apps section.