markashleybell-org / vault

A simple web app for storing encrypted login/password details.
0 stars 1 forks source link

Credential Tagging Implementation #170

Open markashleybell opened 2 months ago

markashleybell commented 2 months ago

Credentials should be taggable with one or more tags, which can then be used to narrow down the search.

A nice additional feature (later) would be to optionally persist the selected tags with a cookie (or a URL parameter), so that you could immediately start in the right filtered set on login.

Closes #29.

markashleybell commented 2 months ago

Currently a search returns credentials which match any of the selected tags; should tag searches only return credentials which match all tags?

I'm not totally sure which would be more useful. Maybe there should be an app or user setting to control this?