Content
View differences
Updated by Judith Roth 1 day ago
**As** a developer integrating op-blocknote-extensions into an external application
**I need to** have want** to configure a separate baseUrl and proxyUrl, so I can make authenticated requests and open work packages in direct links "real OpenProject URL" (distinct from the proxy/API base URL)
**So that** generated work package links point directly to OpenProject instead of going through the proxy
**Acceptance criteria**
* op-blocknote-extensions allows specifying a optional proxyUrl on initialization (alongside the existing baseUrl)
* if the proxyUrl is not given, it is set to the value of the baseUrl
* all API requests that need authorization use the proxyUrl (therefore, only the paste-detection and the direct links use the baseUrl any more)
**I need to** have
**So that** generated work package links point directly to OpenProject instead of going through the proxy
**Acceptance criteria**
* op-blocknote-extensions allows specifying a optional proxyUrl on initialization (alongside the existing baseUrl)
* if the proxyUrl is not given, it is set to the value of the baseUrl
* all API requests that need authorization use the proxyUrl (therefore, only the paste-detection and the direct links use the baseUrl any more)