Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the configuration and documentation for the Box integration, as well as some code and dependency updates. The most important changes include adding new environment variables, updating the
README.md
for better clarity, modifying the main application code to support Base64 encoded JWT, and adding new dependencies.Configuration and Documentation Updates:
.env.template
: AddedBOX_USER_ID
andBOX_JWT_BASE64
environment variables.README.md
: Updated with new instructions for setting up Box JWT, including Base64 encoding and necessary environment variables. [1] [2] [3] [4] [5]Code Updates:
src/index.ts
: Modified to support Base64 encoded JWT for Box authentication. Added a console log override to filter out warnings. [1] [2] [3]Dependency Updates:
package.json
: Added new dependenciespatch-package
,postinstall-postinstall
, and@types/pdfjs-dist
. [1] [2]Patch Updates:
patches/pdfjs-dist+4.10.38.patch
: Added a patch to conditionally log warnings in development mode only.