Can you put WebAuthnAbortService in the helper section in your docs? #687
WatameBytes
started this conversation in
General
Replies: 1 comment 1 reply
-
As you see, no way I would have found it, had I not searched the repo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed the helper section only mentions base64URLStringToBuffer() and bufferToBase64URLString(), and no link to the other helpers.
I had a case where I had a hanging request and could not figure out how to terminate it, since the following occurs
User loads the page
Challenge is requested
User decides to not use the Passkey and uses their Password instead
THEN the user decides to create a passkey, and throws an error.
The webAuthnAbortService was the solution, but why is it hidden?
Not even a link in the docs to that GitHub and the fact that I had to search deep inside the repo to find it should not be a thing.
Below is what the helper page looks like
Would like a link that goes to the helper in the docs . Would be nice if you describe what each helper does as well, but would be happy if a direct link exist.
but would have saved me a headache if I found this sooner.
Beta Was this translation helpful? Give feedback.
All reactions