3 releases (breaking)
0.4.0 | Sep 18, 2023 |
---|---|
0.3.0 | Aug 26, 2023 |
0.1.0 | Dec 16, 2020 |
#41 in Authentication
37 downloads per month
44KB
926 lines
cargo-credential-1password
A Cargo credential provider for 1password.
cargo-credential-1password
uses the 1password op
CLI to store the token. You must
install the op
CLI from the 1password
website. You must run op signin
at least once with the appropriate arguments (such as op signin my.1password.com user@example.com
),
unless you provide the sign-in-address and email arguments. The master password will be required on each request
unless the appropriate OP_SESSION
environment variable is set. It supports
the following command-line arguments:
--account
: The account shorthand name to use.--vault
: The vault name to use.--sign-in-address
: The sign-in-address, which is a web address such asmy.1password.com
.--email
: The email address to sign in with.
Dependencies
~2–11MB
~109K SLoC