tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Improve `UserHandle` documentation #141

Open infinisil opened 2 years ago

infinisil commented 2 years ago

Should generateUserHandle be used or can existing user ids be reused? (the latter)

Link to https://www.w3.org/TR/webauthn-2/#sctn-user-handle-privacy

lykahb commented 2 years ago

If the existing user ids should be used, removing generateUserHandle would make the usage more clear than adding the docs.