fido-authenticator icon indicating copy to clipboard operation
fido-authenticator copied to clipboard

Make maximum resident credential count configurable

Open robin-nitrokey opened this issue 1 year ago • 1 comments

Previously, we estimated that we can handle 100 resident keys when returning the number of remaining resident keys in the credential management command.

This patch introduces a config option to set a maximum count of resident keys that is used to report the number of remaining resident keys and that is enforced when trying to create a new resident key.

robin-nitrokey avatar Apr 20 '23 08:04 robin-nitrokey

This is missing a fix for an issue that occurs when overwriting an existing resident keys, see: https://github.com/Nitrokey/fido-authenticator/pull/14

robin-nitrokey avatar May 12 '23 12:05 robin-nitrokey