mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 14:44:48 +00:00
- 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>
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.