Skip to content

docs: add security architecture assessment and SPA/BFF guide - #42

Open
soumyaray wants to merge 2 commits into
mainfrom
plan-security
Open

docs: add security architecture assessment and SPA/BFF guide#42
soumyaray wants to merge 2 commits into
mainfrom
plan-security

Conversation

@soumyaray

Copy link
Copy Markdown
Contributor

Summary

  • Adds a Tyto-specific security architecture assessment that evaluates whether the project needs a Backend-for-Frontend (BFF) layer. The assessment concludes that Tyto's existing same-origin Roda backend already provides the structural benefits of a BFF — secrets and authorization enforcement live server-side, not in the browser. Rather than an architectural redesign, the document recommends targeted hardening of the current implementation, grouped by priority.
  • Adds a general-purpose reference guide on securing Single-Page Applications using the BFF pattern, which informed the Tyto-specific assessment.

Documents

The security plan referenced a `verify_policy` helper that doesn't
exist. Services call policies directly via instantiation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant