mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
finished totp endpoints
This commit is contained in:
parent
180a2a6d3f
commit
7c4aa22efb
10 changed files with 126 additions and 534 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue