Files
afilmory/docs
Innei 019ee50121 feat: implement OAuth state management for multi-tenancy support
- Introduced encoding and decoding of OAuth state to include tenant metadata, allowing the gateway to route callbacks without hard-coded tenant slugs.
- Updated the AuthController to handle social account linking and sign-in with compatibility for legacy paths.
- Refactored redirect URI construction to simplify tenant slug handling.
- Enhanced documentation to reflect changes in the OAuth flow and state management.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-30 14:03:05 +08:00
..

Documentation

Afilmory is a modular photo gallery platform with a React SPA, a Next.js SEO/SSR wrapper, and a builder that turns your photo storage into a manifest + thumbnails. Use this index to find what you need:

  • Architecture overview: architecture.md
  • Configuration guide (site + builder + env): configuration.md
  • Deployment and hosting: deployment.md
  • Builder pipeline and commands: builder.md
  • Backend specifics: backend/tenant-flow.md, backend/billing-plans.md

For day-to-day development commands, see the root DEVELOPMENT.md. For high-level product context, start at the repository README.md.