notedeck icon indicating copy to clipboard operation
notedeck copied to clipboard

fix MacOS keystore

Open kernelkind opened this issue 1 year ago • 2 comments

MacOS keystore impl is behaving strangely. In some cases, when opening the app it is asking for the MacOS user password for every entry in the keystore even after selecting "always allow".

It should only ask for password once per account added when "always allow" is selected, and then never again. If this isn't possible in security-framework, a basic file storage impl should be used instead, or possibly try #138 .

will close #137

kernelkind avatar Jul 04 '24 23:07 kernelkind

  • isn't this just a duplicate of #137 ?

jb55 avatar Jul 05 '24 14:07 jb55

isn't this just a duplicate of #137 ?

yeah pretty much, I wanted to generalize the issue a bit but I didn't want to hijack it because then your comment would look out of place

kernelkind avatar Jul 05 '24 15:07 kernelkind