mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 00:06:38 +00:00
finished totp endpoints
This commit is contained in:
@@ -47,4 +47,5 @@ unauthenticated.use("/auth", authRouter);
|
||||
authRouter.put("/signup", auth.signup);
|
||||
authRouter.post("/login", auth.login);
|
||||
authRouter.post("/logout", auth.logout);
|
||||
authRouter.post("/verify-totp", auth.logout);
|
||||
authRouter.post("/verify-totp", auth.verifyTotp);
|
||||
authRouter.post("/request-totp-secret", auth.requestTotpSecret);
|
||||
|
||||
Reference in New Issue
Block a user