summary refs log tree commit diff
path: root/api/src/middlewares
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 17:39:16 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 20:14:30 +1000
commit1c2cddb7c4be9fa75eabf3ec9424afd6cb032a7c (patch)
tree27d31fdc0ece49396c43a882842cd3e539ea5779 /api/src/middlewares
parentchore: fix package.json scripts (diff)
downloadserver-1c2cddb7c4be9fa75eabf3ec9424afd6cb032a7c.tar.xz
2fa
Diffstat (limited to 'api/src/middlewares')
-rw-r--r--api/src/middlewares/Authentication.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts
index 5a08caf3..1df7911b 100644
--- a/api/src/middlewares/Authentication.ts
+++ b/api/src/middlewares/Authentication.ts
@@ -7,6 +7,7 @@ export const NO_AUTHORIZATION_ROUTES = [
 	"/auth/login",
 	"/auth/register",
 	"/auth/location-metadata",
+	"/auth/mfa/totp",
 	// Routes with a seperate auth system
 	"/webhooks/",
 	// Public information endpoints