rwinch / spring-security-webauthn

41 stars 13 forks source link

Default passkeys login requires form login #7

Open rwinch opened 5 months ago

rwinch commented 5 months ago

Right now it requires username/password to get default UI for authenticating passkeys, but it should not require it. Perhaps this makes sense because how would a passkey get persisted without a username/password. Perhaps we should allow the default UI to make it so that username/password authentication isn't required.