From 7408c00a49cb08ea8f10842ec4b00c927817fb91 Mon Sep 17 00:00:00 2001 From: Kyle Den Hartog Date: Fri, 7 Jun 2024 15:28:09 -0500 Subject: [PATCH] Update explainer to properly link to GH users --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d09c9c3..2274c0b 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ If the API is meant to be origin isolated then we may need to limit extensions a ## Considered alternatives -One consideration that was [raised](https://github.com/w3c/webcrypto/issues/263#issuecomment-1743145628) by @rbyer was to focus this more within higher level API designs. This would enable further hardware backed keys within browser APIs themselves. However, it likely wouldn't address many of the application level use cases which likely won't ever be addressed as web platform specific APIs. Hence, having an outlet via a low level extension in Web Crypto that can be built upon seemed more reasonable. +One consideration that was [raised](https://github.com/w3c/webcrypto/issues/263#issuecomment-1743145628) by [@RByers](https://github.com/RByers) was to focus this more within higher level API designs. This would enable further hardware backed keys within browser APIs themselves. However, it likely wouldn't address many of the application level use cases which likely won't ever be addressed as web platform specific APIs. Hence, having an outlet via a low level extension in Web Crypto that can be built upon seemed more reasonable. ## Stakeholder Feedback / Opposition @@ -168,5 +168,5 @@ At this time, this explainer has not been shared around enough to garner feedbac Here's a non-exhaustive list of people who should be ackowledged for their discussion so far: - WebCrypto API WG who first considered this and ultimately opted to not include this in the first version, but made note of their discussions in the spec. -- @ghost for their writeup in [this issue](https://github.com/w3c/webcrypto/issues/263) +- Anonymous Author for their writeup in [this issue](https://github.com/w3c/webcrypto/issues/263) - Further participant feedback during the discussion on the issue linked above