Skip to content

Commit

Permalink
Merge pull request #5 from chrisdambrosio/patch-1
Browse files Browse the repository at this point in the history
Update README w/ multifactor password example
  • Loading branch information
detunized committed Mar 16, 2014
2 parents 31e84de + 0bc2105 commit 2b523cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@ vault.accounts.each do |i|
end
```


A multifactor password (YubiKey, Google Authenticator) can optionally be appended to
the login credentials:

```ruby
vault = LastPass::Vault.open_remote "username", "password", "multifactor_password"
```

The blob received from LastPass could be safely stored locally (it's well
encrypted) and reused later on.


LostPass iOS App
----------------

Expand Down

0 comments on commit 2b523cd

Please sign in to comment.