[PR #1158] [MERGED] Add /api/accounts/verify-password endpoint #2901

Closed
opened 2026-03-03 09:08:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1158
Author: @BlackDex
Created: 9/25/2020
Status: Merged
Merged: 9/25/2020
Merged by: @dani-garcia

Base: masterHead: fix-issue-1156


📝 Commits (1)

  • c645600 Add /api/accounts/verify-password endpoint

📊 Changes

1 file changed (+18 additions, -0 deletions)

View changed files

📝 src/api/core/accounts.rs (+18 -0)

📄 Description

If for some reason the hashed password is cleared from memory within a
bitwarden client it will try to verify the password at the server side.

This endpoint was missing.

Resolves #1156


🔄 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/1158 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 9/25/2020 **Status:** ✅ Merged **Merged:** 9/25/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `fix-issue-1156` --- ### 📝 Commits (1) - [`c645600`](https://github.com/dani-garcia/vaultwarden/commit/c64560016e80517eb490b2b863be6da261c02b27) Add /api/accounts/verify-password endpoint ### 📊 Changes **1 file changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+18 -0) </details> ### 📄 Description If for some reason the hashed password is cleared from memory within a bitwarden client it will try to verify the password at the server side. This endpoint was missing. Resolves #1156 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:08:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2901
No description provided.