rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.51k stars 249 forks source link

Add user FIDO assert option #807

Closed invis-z closed 5 months ago

invis-z commented 10 months ago

Add an option to specify user verification options for fido2-assert -t

Options will be saved to config file

Provide same functionality to #705 with simpler implementation

Resolve #702

rfjakob commented 6 months ago

Code change looks good, I just need to test this locally. Which involves finding my fido2 token again.

rfjakob commented 5 months ago

I still did not get to testing myself, and I don't want to block this any longer, so I'm gonna merge now and trust that it works.

rfjakob commented 5 months ago

Thanks!