maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
7.18k stars 158 forks source link

Add option to discard temporary authentication #332

Open maxgoedjen opened 2 years ago

maxgoedjen commented 2 years ago

@taxilian I'm gonna change this one to a feature request – it currently does not behave this way, but I may add the ability to do so in the future (or otherwise manually expire the auth somehow).

My thinking is this:

maxgoedjen commented 2 years ago

FWIW it's a hack, but if you explicitly need this behavior right now, killing SecretAgent will flush out any in-memory authorizations.

taxilian commented 2 years ago

Fair enough to my mind =]