connect-sdk-js icon indicating copy to clipboard operation
connect-sdk-js copied to clipboard

Node SDK for 1Password Connect

Results 16 connect-sdk-js issues
Sort by recently updated
recently updated
newest added

Resolves: #73 *Description*: Webpack 5 stopped automatically polyfilling Node.js ([src](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed)). Because we use the node.js crypto library in one area of the item builder, users trying to integrate the SDK...

### Summary Allow OTP code access ### Use cases Allow OTP code access, same what we can do with 1password cli `op item get --otp itemUUID` or `op get totp...

### Summary Webpack 5 stopped automatically polyfilling Node.js ([src](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed)). Because we use the node.js `crypto` library in one area of the item builder, users trying to integrate the SDK with...

## Summary Starting with Connect 1.3.0, the users can get files that are stored in an Item. Connect Node SDK should enable the users to do that. In this issue,...

## Summary Starting with Connect 1.3.0, the users can get files that are stored in an Item. Connect Node SDK should enable the users to do that. In this issue,...

## Summary Starting with Connect 1.3.0, the users can get files that are stored in an Item. Connect Node SDK should enable the users to do that. In this issue,...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

### Your environment SDK Version: 1.4.1 Connect Server Version: 1.7.2 OS: MacOS 11.7.9 (Big Sur - Intel) with Rancher Desktop and Docker Node Version: v18.18.2 ## What happened? Using the...

bug

### Your environment SDK Version: 1.4.0 Connect Server Version: 1.7.2 OS: Ubuntu 22.04.3 LTS (Jammy Jellyfish) (WSL2) Node Version: 18.18.2 Context: Building a [Backstage](https://backstage.io/) plugin for interacting with 1Password via...

bug

### Summary The REST api supports [searching with tag filters, just like name filters](https://developer.1password.com/docs/connect/connect-api-reference/#list-items). It would be really useful if we could do that in the JS SDK too. ###...