add wishlist

This commit is contained in:
Daniel Seifert 2023-02-16 10:22:11 +01:00
parent cc0e0fb32b
commit 10d8fddd88
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 8 additions and 0 deletions

8
wishlist.md Normal file
View File

@ -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)