Skip to content

Tag

architecture

Everything written here about architecture.
  • RBAC that can't drift

    5 min read

    When navigation and route guards are written separately, they disagree. Derive both from one permission map and the disagreement becomes impossible.
    • auth
    • architecture
    • react
  • Your React app should never hold an auth token

    5 min read

    Access tokens in JavaScript are readable by any script on the page. A thin backend-for-frontend removes the problem instead of managing it.
    • auth
    • react
    • architecture