mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-25 07:15:36 +00:00
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>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Storage Providers
|
||||
description: Choose a storage provider for your photo collection.
|
||||
createdAt: 2025-11-14T22:40:00+08:00
|
||||
lastModified: 2025-11-25T17:23:59+08:00
|
||||
lastModified: 2025-11-30T14:03:05+08:00
|
||||
order: 30
|
||||
---
|
||||
|
||||
@@ -111,3 +111,4 @@ Credentials and sensitive information should be stored in `.env` and referenced
|
||||
See each provider's documentation for specific configuration options.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user