From 10d8fddd889b5f57107867396a4954b0ba725a1d Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 16 Feb 2023 10:22:11 +0100 Subject: [PATCH] add wishlist --- wishlist.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wishlist.md diff --git a/wishlist.md b/wishlist.md new file mode 100644 index 0000000..8c78f58 --- /dev/null +++ b/wishlist.md @@ -0,0 +1,8 @@ +# Wish list for future releases + +- a more intuitive login process (instead of simply having to leave the password field blank) +- forcing the user to use Webauthn +- General avoidance of passwords, login exclusively with FIDO2 + - However, a restore strategy is required in the event that a key is no longer available. + - Alternatively, a random password unknown to the customer can be set, which is changed each time the customer logs on via Webauthn. +- Implementation of resident keys for logging in completely without user input (no user name required any more) \ No newline at end of file