user-form-vault
Stores and manages user form data.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| user-form-vault-service.ts | User Form Vault Service |
| vault-logic.ts | Vault Logic |
Dependencies and change boundaries
Declared Host dependencies: auth · experiments.
Read submitted data within its original scope and keep it out of generic logs.
See Configuration for activation policy and Features for support status.