buttercup / buttercup-core

:tophat: The mighty NodeJS password vault
http://buttercup.pw/
MIT License
468 stars 58 forks source link

Attachments #272

Closed perry-mitchell closed 4 years ago

perry-mitchell commented 4 years ago

Attachments support for the core - allow storing attachments on entries using attributes. Attachments are written to the remote/local storage using the AttachmentManager helper.

This PR adds attachments support via datasources, and only for MemoryDatasource right now.