pnp-auth icon indicating copy to clipboard operation
pnp-auth copied to clipboard

node-sp-auth with pnp/pnpjs (aka PnPjs) integration

Results 4 pnp-auth issues
Sort by recently updated
recently updated
newest added

Hi, I installed _pnp-auth v2.0.0_ and _@pnp/sp-commonjs v2.11.0_ and I'm using them in my project in this way: ``` const bootstrap = require("pnp-auth").bootstrap; const taxonomy = import("@pnp/sp-commonjs/taxonomy/index.js"); let url =...

Is there a way to use this with the v3 @pnp libraries?

Hello, I'm using pnp-auth a lot :) thank you for providing this lib I'm trying to use isolated sp objects with pnp-auth but I get the following error : TypeError:...

I have a misbehaving SP with frequent timeouts that I can't do anything about. I would like to make it so GET requests have a short timeout (default seems to...