From 92df0375dd447472015964b48b6f6298d4c6e71f Mon Sep 17 00:00:00 2001 From: Prad Date: Tue, 24 Dec 2024 23:38:00 +0000 Subject: [PATCH] feat(scopes): add Web Authentication API documentation --- .github/scopes.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/scopes.json b/.github/scopes.json index 703e85232..91ada7202 100644 --- a/.github/scopes.json +++ b/.github/scopes.json @@ -543,7 +543,14 @@ "api" ], "url": "https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API" - } + }, + { + "keywords": [ + "web-authentication", + "web", + "api" + ], + "url": "https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API" ] } ]