wandera / 1password-client

Python wrapper for OnePassword CLI developed at Wandera.
MIT License
47 stars 25 forks source link

Updated to reuse device_uuid if OP_DEVICE is already set #21

Closed sfelf closed 3 years ago

sfelf commented 3 years ago

This resolves an issue with 1Password believing that every successful login with OnePassword() is from a new device by reusing the uuid stored in OP_DEVICE if it exists. As a result, 1Password no longer sends emails alerting a new login has been detected.