[webauthn] new commits pushed by MasterKale

The following commits were just pushed by MasterKale to https://github.com/w3c/webauthn:

* initial text
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/052280791ab70f8def2eae8c4dc5dac50f39fc96

* remaining draft text
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/d48a18c90abf22bb9f1b588c15ba4217fb62ada3

* s/webauthn-origins/webauthn
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/2a18351fc7e0d56aa1976f5c02ffffe2e2c8a282

* MUST support 5 origin labels
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/689647ca72d2438f8dd849b398f891779caf6a91

* s/member/property, s/list/array
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/3aad0542be39fdf0aabadbfb21fac9a729e75bfe

* Reword to "Any get() operation can be aborted" to match create()
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/291406954d31e03d95ff4e408748b5a3ba64e358

* Rephrase recommendation to check conditionalCreate to be shorter
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/39340c298192e2e398e6f698355c87d647432c6d

* Mention conditionalCreate in isConditionalMediationAvailable()
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/910d42f396327e37166350d23c8c51137e7bb196

* Rephrase recommendation to check conditional mediation capabilities
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/44783e942b8674d33340b6946d910d4f715a606a

* Link to create()/get() from conditionalCreate/Mediation capabilities
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/38ba815eac118a88544a10398ed66d60f6688990

* Phrase conditionalCreate/Mediation descriptions the same
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/24912f7d616a6e88fc9c9f7b433e64b389727248

* Point out that isCMA() is equivalent to conditionalMediation
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/c6dbab419c12dc4d17c2b5597995bbbd5162d32f

* Link to getClientCapabilities() from enum ClientCapability
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/1df325885582da74f580a4276fc171a707fc655d

* use [=continue=]

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/5187e72ff47efdf7fe072e7896339a37385f33c2

* collapse multiple steps into one
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/881ac8f40e412951e8921182facd180b22d63444

* s/vanity/alternative
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/9062a155efe887534b7f957e4d2be3900511bf59

* capitalization

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/2315db8be394ba4c809476c365fecaba59e6c1da

* s/relatedOriginRequests/relatedOrigins
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/8ea0303f76a1fb269707c4654526fa067871135a

* attempt at using a procedure
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/28a2b0ff2db057b50414740677a4680bbaf0c04f

* s/must/MUST
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/b51bd165f830a32ae7dd8df38c60bedbfd3c9b8c

* remove break
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/a21babfe5a74ff9c5da5ab959f826128e252e951

* remove break for create
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/7466f32570b8ad4d90cf0b68d97d2fe5e1a9fd13

* s/originLabelsSeen/labelsSeen and set def

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/e7d0c7cdb39dbc5c76c971e468e3da8d25fd3da3

* word order
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/b3bf34c961435c15b3f55f0dbbe4e539d831d1d5

* Validation step optimization

allows for exiting the loop early on match

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/bdba7421d169bd4c203d86489c95aad95df8f1f3

* use macros for true and false
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/de25c37b2686d171420e48c55a63f0e54f6dbd78

* Merge branch 'main' into pr-1951-review-emlun
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/ca2d680e158595b1c66ed29b714fe48680a860eb

* add period

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/71e4e80660e16606f143fe90e3f18b6b87aa63e8

* text tweak

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/26d350ca414b189c20d96adea60652c7f0ecb4aa

* clean up well-known JSON definition
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/a2ac319dcf0d29ff6c38eadb7f6db8086a630a7b

* s/origin labels/labels
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/b120220e6c0eed44f3c1eeb08cad18526c701977

* s/rpIdRequested/callerOrigin
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/bcec7faef08c3f5128e88d0b009492f544745e6b

* move set contains label check after origin match check
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/3ba2ff3305c0bcb66bb4f3be943cb522b9bfe61d

* add RP guidance around adding all origins with the same origin label should bbe the first elements of the array
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/a108a2c79e081e78d68646de08cf78dafd2d0f21

* remove check for label in labelsSeen, not necessary
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/c0c40d1bfc7c14a799a166e58f1b6d79960843ef

* fix indents
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/ebf03ebdd639280149b6f3671e54642d0308a546

* update RWO algo to support additional origins with the same label
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/e4f24d9b3d1ec57f2dad79d6c210285699f4bda8

* remove consideration text for RPs about RWO well-known ordering
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/2e9bdcfb05503c617c09eb66fa249b21fd448946

* Fix review comment

Co-authored-by: Matthew Miller <mmiller@duosecurity.com>
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/0ba20ab410ba23a28c62790dced73299c49d7ca8

* Fix review comment
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/bf60b7a0b330eccbc83adb0986d01088870b2208

* Merge pull request #2046 from w3c/pr-1951-review-emlun

Various improvements to conditionalCreate/Mediation discoverability and uniformity
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/bb9f9bb53c17e50f20a5ab31e754f1f644362fb1

* Emil's feedback

@emlun's feedback

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/2462fd87c10d7c038818e902e505d2bd676c4d2d

* Migrate mention of extension exceptions
  by Matthew Miller
https://github.com/w3c/webauthn/commit/ef4e7623ab8afd9bf770d3699aa819a47699bf42

* procedure dfn
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/9da2c4b4f55291376bf8da81ac9a4479e39c029b

* Editorial tweaks

Co-authored-by: Emil Lundberg <emil@yubico.com>
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/017a5e3727c73ccf9a2011369622688c5b474444

* Merge pull request #2040 from w3c/tc-related-origins

adds Related Origin Requests
  by Tim Cappalli
https://github.com/w3c/webauthn/commit/2b8e3688f0adec29b6f845c10f4e19402e6ea66a

* Merge branch 'main' into 1859-differentiate-errors
  by Matthew Miller
https://github.com/w3c/webauthn/commit/21593715d8c21280f619e228bbc8eaf9fdd6c29b

* Move TypeErrors into separate sections
  by Matthew Miller
https://github.com/w3c/webauthn/commit/71995bbf7a50fb18a79a3d0a4dbcfad96b133198

* Change errors -> exceptions
  by Matthew Miller
https://github.com/w3c/webauthn/commit/d62aa752e137f9892f4923fc6af450c596f50826

* Figure out how to link to Exceptions
  by Matthew Miller
https://github.com/w3c/webauthn/commit/3331b218b0dd7ee22a889682d2e8ac81340be227

* Punt on summarizing extension exceptions
  by Matthew Miller
https://github.com/w3c/webauthn/commit/6d0895e15fa676d04a68ffcab14a3fc683d8b3be

* Merge branch '1859-differentiate-errors' into 2062-new-error-codes

# Conflicts:
# index.bs
  by Matthew Miller
https://github.com/w3c/webauthn/commit/00baf08c6549d92ace9fb8eaae016859244241e8



-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 23 July 2024 22:05:25 UTC