Len Boyette

Results 3 issues of Len Boyette

https://github.com/microsoft/MSR-JavaScript-Crypto related-to: #36

After running the example code ([download dummy.pdf here](https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf)): ```js const { Remarkable } = require('remarkable-typescript'); const fs = require('fs'); (async () => { const client = new Remarkable({ token: 'MY_TOKEN'...

Zoom isn't sending a state query parameter in the oauth flow. This breaks the check for the state parameter. My workaround is to comment out the check [here](https://github.com/zoom/zoomapps-sample-js/blob/main/server/routes/auth.js#L22-L27), since this...