1Password / onepassword-sdk-python

https://developer.1password.com/docs/sdks/
MIT License
76 stars 6 forks source link

Support URLs #57

Closed jessewindebank1809 closed 1 month ago

jessewindebank1809 commented 3 months ago

Please add URLs to the item get and update methods.

We are a power user of the Connect SDK and would need this capability to look at moving across to this new SDK.

Moving away from hosting own infra to run Connect has huge appeal.

Marton6 commented 3 months ago

Hey @jessewindebank1809.

Thanks for sharing your use-case for the 1Password SDKs!

We'll look into adding support for URLs in future versions of the SDKs

SimonBarendse commented 1 month ago

Closing this ticket since support for URL fields was added since v0.1.0-beta.12.

SimonBarendse commented 1 month ago

@jessewindebank1809 quick note that unfortunately URL type fields are separate from the built-in website field on Login items.

URL fields are custom fields on items, the website field on login items is what is used for autofilling the password on that website.

The built-in website field on Login items is not yet supported. Would you need support for that too? If so, could you file another issue for that?

jessewindebank1809 commented 1 month ago

Thanks @SimonBarendse

Yes, we also need support for built-in website field support. I will submit another issue, thank you.