CORS implemented in a static manner: unable to configure on another machine

This commit is contained in:
aodulov
2025-10-15 13:45:36 +03:00
parent ea0e025b0e
commit 03d31011fd
18 changed files with 582 additions and 16 deletions

View File

@@ -35,3 +35,9 @@ This feature provides a basic HTTP authentication mechanism for the Single Page
3. **Access the SPA**:
Upon successful authentication, you will gain access to the Single Page Application. Your access will be preserved for the duration of your browser session.
## Deployment
The application is designed to be deployed to a custom host. This requires configuring environment variables for the frontend and backend to ensure they can communicate correctly without CORS errors.
For detailed instructions on how to configure the application for a custom domain, please see the [Deployment Quickstart Guide](./specs/008-deploy-to-hosting/quickstart.md).