Vincent Alexander Saulys
Vincent Alexander Saulys
I have also encountered this issue fwiw.
So whether I write this with `_oauth.get` or `_oauth._request` it does not set the authorization header (or at least that's the error Aws Cognito returns to me: ```javascript client.userProfile =...
Ok! I figure that it may be easier to just use `pip download ` into some directory, tarball that, and then run `pip install *.whl` to get all the required...
Taking a look at the source code, I don't see this occurring. The `csrfToken` is generated on a per-request basis but its [compared within the request](https://github.com/valexandersaulys/tiny-csrf/blob/d543a2731a81fb8b3a0849b0be59ecfa6bfb184f/index.js#L43-L53). There's nothing storing the...
Ok I see what you mean. Given the test passes, this smells like something to do with how browsers operate and thus is related to the configuration (which may be...
Currently not possible. This library only allows you to mark URLs for exclusion. That would be the inverse of what you asked. Happy to take code submissions though!