FruitBankHybridApp/FruitBankHybrid.Web.Client/Services/README.md

627 B

Services

WASM-specific service implementations.

Key Files

  • FormFactor.cs — Returns "WebAssembly" as form factor.
  • WebSecureCredentialService.cs — localStorage-backed credential storage with XOR obfuscation + Base64 encoding (NOT cryptographically secure). 2-day expiration.

Subfolders

  • Loggers/BrowserConsoleLogWriter.cs — Browser console logging via JS interop.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.