lastpass-go

Golang client for LastPass

MIT License

Stars
34
lastpass-go - v0.4.0 Latest Release

Published by ansd about 2 years ago

Features

lastpass-go - v0.3.2

Published by ansd over 2 years ago

Bug Fixes

lastpass-go - v0.3.1

Published by ansd about 3 years ago

Bug Fixes

  • Support password iterations != 100100 (#44)
lastpass-go - v0.3.0

Published by ansd about 3 years ago

Features

Breaking

  • Delete() changed its function parameters: Instead of taking accountID string, it now takes account *Account. This allows to easily detect whether the account needs to be deleted from a shared folder (when account.Share is set).
  • Behaviour changed when reading from shared folders: When LastPass CLI fullname is Shared-a/b/c, the new Account field Share will contain Shared-a, field Group will contain b and field Name will contain c. Previously, field Share did not exist and the shared folder name was part of field Group.
lastpass-go - v0.2.0

Published by ansd over 3 years ago

Features

  • Add "trust" feature: after first successful login with two-factor authentication, the second factor can be skipped
lastpass-go - v0.1.1

Published by ansd almost 5 years ago

  • Bump dependencies