From 362218474eba1528b0249a07415a18a1381fa844 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 1 Oct 2022 14:54:59 +0800 Subject: [PATCH] feat: mds --- README.md | 6 +++++- mds.html => mds/mds.html | 0 mds.json => mds/mds.json | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename mds.html => mds/mds.html (100%) rename mds.json => mds/mds.json (100%) diff --git a/README.md b/README.md index 3ff6b79..29700a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # webauthn4j-tests -WebAuthn4J Tests \ No newline at end of file +WebAuthn4J Tests + +MDS: +https://fidoalliance.org/metadata/ + diff --git a/mds.html b/mds/mds.html similarity index 100% rename from mds.html rename to mds/mds.html diff --git a/mds.json b/mds/mds.json similarity index 100% rename from mds.json rename to mds/mds.json