Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1Password/connect-sdk-js

Node SDK for 1Password Connect
https://github.com/1Password/connect-sdk-js

1password 1password-connect connect-sdk javascript secrets-management typescript

Last synced: 3 months ago
JSON representation

Node SDK for 1Password Connect

Awesome Lists containing this project

README

        


1Password Connect SDK JS


Access your 1Password items in your JavaScript/TypeScript applications through your self-hosted 1Password Connect server.



Get started

---

The 1Password Connect SDK JS provides your JavaScript and TypeScript applications access to the 1Password Connect API hosted on your infrastructure and leverages the power of [1Password Secrets Automation](https://1password.com/product/secrets/).

This library can be used by Node.js applications, tools, and other automations to access and manage items in 1Password vaults.

## 💾 Installation

You can install the SDK using npm or Yarn.

```sh
npm install @1password/connect
```

```sh
yarn add @1password/connect
```

## ✨ Get Started

Refer to [QUICKSTART.md](/QUICKSTART.md) for code examples on how to start using this library.

## 🛠️ Development

From the root of the repo you can run the following `make` commands. You can also run `make help` to list out all available commands and their descriptions.

```sh
make build
make install
make test
```

## 💙 Community & Support

- File an [issue](https://github.com/1Password/connect-sdk-js/issues) for bugs and feature requests.
- Join the [Developer Slack workspace](https://join.slack.com/t/1password-devs/shared_invite/zt-1halo11ps-6o9pEv96xZ3LtX_VE0fJQA).
- Subscribe to the [Developer Newsletter](https://1password.com/dev-subscribe/).

## 🔐 Security

1Password requests you practice responsible disclosure if you discover a vulnerability. Please submit discoveries via [BugCrowd](https://bugcrowd.com/agilebits).

For information about security practices, please visit our [Security homepage](https://1password.com/security/).