You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The storage interface should more easily allow developers to integrate this library with their existing user models, especially for relational databases.
The documentation should include the fields that are expected to be stored and their types.
search should probably be removed since it's not being used.
It could also be a good idea to change the attribute user.authenticator to user.webauthnCredential since not all authenticators are webauthn authenticators and in theory the same user could have multiple credentials on the same authenticator, but this is a little bikesheddy :)
The storage interface should more easily allow developers to integrate this library with their existing user models, especially for relational databases.
searchshould probably be removed since it's not being used.deleteindividual credentials).It could also be a good idea to change the attribute
user.authenticatortouser.webauthnCredentialsince not all authenticators are webauthn authenticators and in theory the same user could have multiple credentials on the same authenticator, but this is a little bikesheddy :)Blocked on #12