Still need to write unit tests and add some more config options for SetAccessControl (i.e kSecAttrAccessibleWhenUnlockedThisDeviceOnly) is currently hard coded. Ideally this should just reference the value from SetAccessible (if any).
Also getting the following error which is hard to fix right now. Any ideas would be great.
./keychain.go:28:69: note: passing argument to parameter 'context' here
cgo-gcc-prolog:53:41: warning: incompatible pointer types passing 'struct LAContext *' to parameter of type 'LAContext *' [-Wincompatible-pointer-types]
Currently the only way to use this is within a MacOS app (with developer ID, code sign etc). It's beyond the scope of this project as it would more so be the consumers of this project that would be using it. Once I add a PR for aws-vault I will come back and link to those instructions.
First draft at tested and working TouchID support.
Still need to write unit tests and add some more config options for SetAccessControl (i.e
kSecAttrAccessibleWhenUnlockedThisDeviceOnly
) is currently hard coded. Ideally this should just reference the value from SetAccessible (if any).Also getting the following error which is hard to fix right now. Any ideas would be great.
Currently the only way to use this is within a MacOS app (with developer ID, code sign etc). It's beyond the scope of this project as it would more so be the consumers of this project that would be using it. Once I add a PR for aws-vault I will come back and link to those instructions.