summary refs log tree commit diff
path: root/api/src/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-06 02:41:00 +0200
committerGitHub <noreply@github.com>2022-08-06 02:41:00 +0200
commitf291143969d0c755acbf8bf25cd3bfff63c8762c (patch)
treeb9cf427d3c173cbe4029e5230eda6acc4fd61cf0 /api/src/middlewares/Authentication.ts
parentMerge pull request #804 from MaddyUnderStars/feat/notesTable (diff)
parentMerge branch 'master' into 2fa (diff)
downloadserver-f291143969d0c755acbf8bf25cd3bfff63c8762c.tar.xz
Merge pull request #800 from MaddyUnderStars/2fa
2 Factor Authentication (TOTP)
Diffstat (limited to 'api/src/middlewares/Authentication.ts')
-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