1. Set `__APP_BRIDGE_URL` prop in `AppProvider` (with conditions of course): <img width="419" height="101" alt="Image" src="https://github.com/user-attachments/assets/94fcd43d-b4b9-4a0b-9434-094b8c02c3de" /> 2. Generate fake session tokens on-the-fly in the app when calling `authenticate` per-request. Maybe mock bridge can provide a utility for this? <img width="572" height="366" alt="Image" src="https://github.com/user-attachments/assets/467ff884-bfba-4cdd-9f10-69a9c5f851c7" /> 3. Override `Content-Security-Policy` in `entry.server.tsx` (make sure to add conditions): <img width="712" height="184" alt="Image" src="https://github.com/user-attachments/assets/68c55b31-2b81-4d1e-81cc-51ab0fae9bc4" />