From 4b693d6ed27717b1a2a336e1616dd14aeff2dd82 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Fri, 16 Feb 2024 12:15:59 -0500 Subject: [PATCH] Add note about empty object add blurb about checking for empty object after transition --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4407513..0b106cc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This is a **community-driven** list of known passkey provider AAGUIDs to assist with naming passkeys in end user passkey management interfaces (e.g. account settings). **It is not intended to be used for any other purpose** and **_could go away at any time_**. +> [!IMPORTANT] +> When this list is officially retired at some point in the future, the contents of both `aaguid.json` and `combined_aaguid.json` will be removed, **leaving an empty object**. +> +> It is **_highly_** recommended that you add some code that checks for an empty object after fetching the document (ex: `Object.keys(aaguid).length === 0`), and notifying the appropriate team(s). This README will also be updated with details. + + This does not replace [FIDO's Metadata Service (MDS)](https://fidoalliance.org/metadata/), which should continue to be used for all authoritative security details about FIDO authenticators. Some AAGUIDs in this list may not appear in FIDO MDS. ## Schema