Skip to content
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

Remove AuthenticationAssertion, ScopedCredential and ScopedCredentialInfo #9398

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Mar 9, 2021

These were added in #1742,
but none of these interfaces are in Chrome, Firefox or Safari, or appear
in Chromium, Gecko or WebKit source code. (There are matches in Gecko
and WebKit, but for internal things, not web-exposed interfaces.)

AuthenticationAssertion was renamed to AuthenticatorAssertionResponse
in w3c/webauthn#397.

ScopedCredential was renamed to PublicKeyCredential in
w3c/webauthn#432.

ScopedCredentialInfo was renamed to AuthenticatorResponse in
w3c/webauthn#397.

All of the new names are already in BCD.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Mar 9, 2021
@foolip
Copy link
Collaborator Author

foolip commented Mar 9, 2021

I've found that ScopedCredential is a very similar situation, so I'll update this PR to cover that too. Hold on.

…Info

These were added in #1742,
but none of these interfaces are in Chrome, Firefox or Safari, or appear
in Chromium, Gecko or WebKit source code. (There are matches in Gecko
and WebKit, but for internal things, not web-exposed interfaces.)

`AuthenticationAssertion` was renamed to `AuthenticatorAssertionResponse`
in w3c/webauthn#397.

`ScopedCredential` was renamed to `PublicKeyCredential` in
w3c/webauthn#432.

`ScopedCredentialInfo` was renamed to `AuthenticatorResponse` in
w3c/webauthn#397.

All of the new names are already in BCD.
@foolip foolip force-pushed the rm-AuthenticationAssertion branch from 5836079 to 7c492a9 Compare March 9, 2021 10:34
@foolip foolip changed the title Remove AuthenticationAssertion entry Remove AuthenticationAssertion, ScopedCredential and ScopedCredentialInfo Mar 9, 2021
@foolip
Copy link
Collaborator Author

foolip commented Mar 9, 2021

OK, all done now, ready for review!

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants