Skip to content

Frontend Identity installer

Auto-generated from the source archive. Do not edit by hand — rerun catalyst-changelog-sync instead.

  • catalyst add frontend now offers a combined Identity (IAM + OAuth) package that copies both member trees into a clean Aurora frontend.
  • The installer registers admin routes, sidebar navigation and icons for both modules, and swaps aurora.provider.ts to the IAM current-account adapter so an IAM-backed session actually loads. It is idempotent and formats the files it touches with your Prettier.

Until now catalyst add frontend was copy-only and left the four shared scaffold files (admin routes, navigation data, sidebar, aurora.provider.ts) untouched — so an identity install was unrouted, missing from the sidebar, short of icons, and stuck on the anonymous account adapter. You can now drop a working identity UI into a clean frontend in one command, mirroring the backend Identity installer. It adds no login UI, no dependencies, and does not touch navigation i18n.


View original proposal