mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-06 08:11:39 +00:00
feat: impl cookie-based auth tokens exchange
implement access/refresh token exchange via cookies as well as automatic access token refresh
This commit is contained in:
@@ -28,3 +28,8 @@ storage:
|
||||
# Required when backend is "s3"
|
||||
# bucket: my-drexa-bucket
|
||||
|
||||
cookie:
|
||||
# Domain for cross-subdomain auth cookies.
|
||||
# Set this when frontend and API are on different subdomains (e.g., "app.com" for web.app.com + api.app.com).
|
||||
# Leave empty for single-domain or localhost setups.
|
||||
# domain: app.com
|
||||
|
||||
Reference in New Issue
Block a user