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 20:31:18 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 20:31:18 +1000
commit428e101a8637e2a854d100fba3151670a8a7a4fd (patch)
treebdc80242b25101406af4d10307ec10644646c061 /api/src/middlewares
parentMerge branch 'feat/captchaVerify' into slowcord (diff)
parent2fa (diff)
downloadserver-428e101a8637e2a854d100fba3151670a8a7a4fd.tar.xz
Merge branch '2fa' into slowcord
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