Replies: 1 comment
-
Also, I would swap the word "external" in favor of "roaming" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking of doing some refactoring and breaking changes. Basically two things:
createKeyPair()
andauthWithKey()
instead ofregister
/login
to be closer to the meaning of what actually happensclient
,server
andparsers
. The intent behind it is that clients usually only require the first, except the demo which requires all or for debugging purposes, while the server only require the verifying part.As a result, the renaming/splitting the current webauthn lib as follows:
What do you think @mattmazzola ?
Beta Was this translation helpful? Give feedback.
All reactions