[PR #5327] [MERGED] Add TOTP delete endpoint #2609

Closed
opened 2025-10-09 18:08:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5327
Author: @Timshel
Created: 12/26/2024
Status: Merged
Merged: 12/30/2024
Merged by: @BlackDex

Base: mainHead: otp


📝 Commits (1)

📊 Changes

1 file changed (+45 additions, -1 deletions)

View changed files

📝 src/api/core/two_factor/authenticator.rs (+45 -1)

📄 Description

I built a web-vault based on the v2024.12.1 version, and it appears that disabling a TOTP authenticator now rely on a dedicated endpoint.

Did not change the existing endpoint to keep compatibility with old clients.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/5327 **Author:** [@Timshel](https://github.com/Timshel) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/30/2024 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `otp` --- ### 📝 Commits (1) - [`f97d620`](https://github.com/dani-garcia/vaultwarden/commit/f97d6206363fb028b36ee42c004434cc5c3f61fc) Add TOTP delete endpoint ### 📊 Changes **1 file changed** (+45 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/two_factor/authenticator.rs` (+45 -1) </details> ### 📄 Description I built a `web-vault` based on the `v2024.12.1` version, and it appears that disabling a TOTP authenticator now rely on a dedicated endpoint. Did not change the existing endpoint to keep compatibility with old clients. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:08:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2609