Git Product home page Git Product logo

onepassword_integration's Introduction

onepassword_integration

onepassword_integration is an implementation for One Password Integration in pure JS.

install

With npm do:

npm install onepassword_integration and var onepassword_integration = require('onepassword_integration')

methods

  • fetchAttributes - Takes an input with format {"newDevice":boolean,"deviceUUID":string,"email":string,"recoverykey":string,"password":string,"Vault Name":string,"website":string,"search_username":string}
  • where:
  • newDevice is an indicator that is true when you're using the script for the first time and false if not. After you run the function the first time you will get the deviceUUID from the logs.
  • deviceUUID contains the deviceUUID that you received the first time that you run the app. In case you provided newDevice=true the value will be ignored. The first time that you run the app you can provide "" as a value.
  • email is the email of your account
  • recoverykey is the key that is in your emergency kit (for example "A3-2ABCDE-EFGHIJ-KLMNOP-QRSTUVQ-XYZAB-CDEFG")
  • password is the password of your account
  • Vault Name is the name of the vault that you want to search
  • website is the name of the website in the vault for which you want to extract credentials
  • search_username is the username for which you want to extract your password
  • The result is the password

license

MIT

onepassword_integration's People

Contributors

iogoulias avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.