westerveltco / django-opfield

A custom Django field for storing and securely accessing a 1Password vault item
https://django-opfield.westervelt.dev
MIT License
3 stars 0 forks source link

Expand `OPField` to target all fields in a vault item #18

Open joshuadavidthomas opened 4 months ago

joshuadavidthomas commented 4 months ago

Right now you can only get one field from a vault item. May be useful to access all of the fields from an item.

Would need a rethink of how the secrets are contributed back to the class. Maybe a dictionary instead of a string would suffice?