Loading
Commits on Source 19
-
Merzough Münker authored
- Enhanced JWT extraction logic using `passport-jwt` to support custom headers and bearer tokens. - Introduced `isSecureJwtPayload` for stricter JWT payload validation, ensuring `sub` and `exp` claims are present. - Updated error handling to differentiate between `BadRequestException` and `UnauthorizedException` based on validation results. - Refactored `JwtPayload` type for increased clarity and added OIDC and secure payload types for better compliance.
-
Merzough Münker authored
- Updated `isRequestWithUser` to include a strict check for the `user` property and ensure it is not null.
-
Merzough Münker authored
- @rxap/nest-jwt@11.1.0-dev.0
-
Merzough Münker authored
- Replaced `VirtualDirectory` with `VirtualDirectoryLike` in `isNotVirtualDirectory` and `isVirtualDirectory` functions for improved type compatibility and abstraction.
-
Merzough Münker authored
- Improved handling of nested `Standalone` and `Span` structures in XLIFF translations. - Added detailed warnings for unrecognized entries to aid debugging. - Updated parsing logic to ensure consistent output formatting.
-
Merzough Münker authored
- @rxap/browser-localize@0.1.0-dev.1 - @rxap/fs@1.2.1-dev.0
-
Merzough Münker authored
- Added and upgraded multiple packages, including `@inquirer`, `@npmcli`, `@nx`, and related subdependencies. - Improved package versions to enhance compatibility and maintain security.
-
Merzough Münker authored
- Introduced `isTranslationXml` function to check if an XML string is a valid translation XML file. - Validates string type, XML declaration, and presence of `<xliff>` tag.
-
Merzough Münker authored
- @rxap/browser-localize@0.1.0-dev.2 - @rxap/fs@1.2.1-dev.1
-
Merzough Münker authored
- Introduced a `custom` callback to modify Sentry `BrowserOptions` during initialization. - Ensures greater flexibility by allowing dynamic configuration adjustments based on the environment and config service.
-
Merzough Münker authored
- @rxap/ngx-sentry@19.3.0-dev.0
-
Merzough Münker authored
- Introduced `HttpContext` property in `HttpRemoteMethodMetadata` and `HttpRemoteMethodParameter`. - Updated `_httpRequest` cloning logic to include `context` from metadata, enhancing request customization.
-
Merzough Münker authored
- Introduced `HttpContext` tokens (`OPEN_API_OPERATION_ID`, `OPEN_API_SERVER_ID`, `OPEN_API_SERVER_INDEX`) for enhanced request customization. - Added `injectOpenApiBaseUrlHttpInterceptorFn` to handle server-specific base URLs. - Deprecated `http-context-tokens` and interceptor in the `http-resource` package, redirecting to the `@rxap/open-api` package.
-
Merzough Münker authored
- @rxap/open-api@19.3.0-dev.0 - @rxap/remote-method@19.2.0-dev.0
-
Merzough Münker authored
- Added `hasJsonContentSchema` and `getJsonContentSchema` utility functions for better schema extraction. - Enhanced validation to support all JSON-like content types (e.g., `application/ld+json`). - Refactored response body and request body schema determination logic for improved readability and maintainability.
-
Merzough Münker authored
- @rxap/open-api@19.3.0-dev.1
-
Merzough Münker authored
- Moved Sentry integrations into a dynamic array for enhanced readability and maintainability. - Added conditional checks for replay and feedback integrations to ensure inclusion only when enabled in the configuration.
-
Merzough Münker authored
- Introduced `ipfsGatewayServers` option for fetching CID content via multiple IPFS gateways. - Enhanced `fetchCidContent` and `fetchCidContentAsJson` to utilize customizable IPFS gateway functions. - Added centralized `defaultIpfsGatewayServers` for consistent IPFS gateway configuration. - Abstracted default DNS servers into `defaultDnsServers` for streamlined usage. - Added warnings and error handling for missing DNS servers and IPFS gateways.
-
Merzough Münker authored
- @rxap/config@19.3.0-dev.1 - @rxap/ngx-sentry@19.3.0-dev.1