README.md in lastpass-1.0.1 vs README.md in lastpass-1.1.0

- old
+ new

@@ -6,10 +6,12 @@ [![Code Climate](https://codeclimate.com/github/detunized/lastpass-ruby.png)](https://codeclimate.com/github/detunized/lastpass-ruby) [![Dependency Status](https://gemnasium.com/detunized/lastpass-ruby.png)](https://gemnasium.com/detunized/lastpass-ruby) **This is unofficial LastPass API.** +There's also [C#/.NET port](https://github.com/detunized/lastpass-sharp) available. + This library implements fetching and parsing of LastPass data. The library is still in the proof of concept stage and doesn't support all LastPass features yet. Only account information (logins, passwords, urls, etc.) is available so far. @@ -28,12 +30,19 @@ vault.accounts.each do |i| puts "#{i.name}: #{i.username}, #{i.password} (#{i.url})" 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 ---------------- There's an iOS app called [LostPass](http://detunized.net/lostpass/) that is