1Password / connect-sdk-js

Node SDK for 1Password Connect

Home Page:https://1password.com/secrets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

npm install @1password/connect
yarn add @1password/connect

โœจ Get Started

Refer to 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.

make build
make install
make test

๐Ÿ’™ Community & Support

๐Ÿ” Security

1Password requests you practice responsible disclosure if you discover a vulnerability. Please submit discoveries via BugCrowd.

For information about security practices, please visit our Security homepage.

About

Node SDK for 1Password Connect

https://1password.com/secrets

License:MIT License


Languages

Language:TypeScript 94.4%Language:Shell 2.2%Language:JavaScript 1.8%Language:Makefile 1.5%Language:Dockerfile 0.1%