Jacob Shirley
Jacob Shirley
Yep, that would make more sense
Really hope this gets merged!
I would like to add my belated support for the PR
Hi there, thank you for this - with the latest vulernability in pdfjs-dist (https://osv.dev/vulnerability/GHSA-wgrm-67xf-hhpq), would it be possible to get an alpha release of this package from this PR? e.g....
Have the same issue, when using a custom token implementation to sign in first, then signing in with a Microsoft account with the same email, I get this error
With their latest update, I believe this could now be fixed
It's been nearly 4 years.. will this ever be added?
+1. I've implemented an ugly workaround for it by making query mutable: ```typescript app.use((req, res, next) => { if (req.query) Object.defineProperty(req, 'query', { writable: true, value: { ...req.query }, })...
Amazing, thanks for the quick fix!