-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebAuthN Docs: add descriptions and details for PublicKey credential creation #24813
Merged
sideshowbarker
merged 3 commits into
mdn:main
from
jsmrcaga:jo/add-webauthn-publickey-options-descriptions
Feb 25, 2023
Merged
WebAuthN Docs: add descriptions and details for PublicKey credential creation #24813
sideshowbarker
merged 3 commits into
mdn:main
from
jsmrcaga:jo/add-webauthn-publickey-options-descriptions
Feb 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preview URLs Flaws (7)URL:
External URLs (1)URL:
(comment last updated: 2023-02-25 10:16:12) |
sideshowbarker
approved these changes
Feb 25, 2023
Jo, thanks much, and congrats on landing your first docs change here — welcome aboard 🎉 |
@sideshowbarker thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This Pull Request adds details on the
CredentailsContainer
page. More specifically, it adds descriptions for the possible options used underpublicKey
when requesting the creation of a new credential. These have been taken directly from the W3C specification.Motivation
I have integrated WebAuthN three different times, and the three times I have needed to navigate between dev articles, blog posts, W3C docs and MDN. I would like other developers to be able to find the necessary information (or official links) faster and in a more straightforward manner.
Additional details
I have not been able to find more information on Federated and Password credential creation, although there is another PR for federated docs. I will certainly create a new PR with descriptions for the
get
method soon.I'm also getting a formatting artifact when rendering locally because of the colon preceding the description. Please let me know if this is a local issue and if I need to take any steps to fix it.
![Screenshot 2023-02-23 at 10 23 50 PM](https://user-images.githubusercontent.com/4527529/221034536-2009e7d5-1bae-44de-b37a-1822980a61d0.png)
Related issues and pull requests