From 709dc7280e8b4aab2b173c3897b418f6e1759ae7 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 29 Jan 2023 21:30:42 -0500 Subject: Implement WebAuthn (#967) * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> --- src/api/middlewares/Authentication.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/middlewares/Authentication.ts') diff --git a/src/api/middlewares/Authentication.ts b/src/api/middlewares/Authentication.ts index 8e0dcc7c..ea0aa312 100644 --- a/src/api/middlewares/Authentication.ts +++ b/src/api/middlewares/Authentication.ts @@ -27,6 +27,7 @@ export const NO_AUTHORIZATION_ROUTES = [ "/auth/register", "/auth/location-metadata", "/auth/mfa/totp", + "/auth/mfa/webauthn", // Routes with a seperate auth system "/webhooks/", // Public information endpoints -- cgit 1.5.1