[PR #1827] [MERGED] feat: password reauthentication for documents and recipients #1873

Closed
opened 2026-02-26 20:31:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1827
Author: @Mythie
Created: 6/6/2025
Status: Merged
Merged: 6/6/2025
Merged by: @Mythie

Base: mainHead: feat/password-reauth


📝 Commits (2)

  • 2305f5c feat: password reauthentication for documents and recipients
  • 2d6e4e8 fix: revert playwright workers

📊 Changes

62 files changed (+987 additions, -468 deletions)

View changed files

📝 apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx (+1 -1)
📝 apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx (+134 -25)
apps/remix/app/components/general/document-signing/document-signing-auth-password.tsx (+148 -0)
📝 apps/remix/app/components/general/document-signing/document-signing-auth-provider.tsx (+25 -18)
📝 apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx (+6 -5)
📝 apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx (+0 -2)
📝 apps/remix/app/components/general/document/document-edit-form.tsx (+3 -3)
📝 apps/remix/app/components/general/document/document-history-sheet.tsx (+15 -3)
📝 apps/remix/app/components/general/template/template-edit-form.tsx (+2 -2)
📝 apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx (+17 -4)
📝 apps/remix/app/routes/_recipient+/d.$token+/_index.tsx (+2 -2)
📝 apps/remix/app/routes/embed+/_v0+/direct.$url.tsx (+3 -3)
📝 apps/remix/app/routes/embed+/_v0+/sign.$url.tsx (+3 -3)
📝 apps/remix/app/routes/embed+/v1+/multisign+/_index.tsx (+0 -2)
📝 packages/api/v1/implementation.ts (+2 -2)
📝 packages/api/v1/schema.ts (+7 -7)
📝 packages/app-tests/e2e/document-auth/access-auth.spec.ts (+2 -2)
📝 packages/app-tests/e2e/document-auth/action-auth.spec.ts (+22 -22)
📝 packages/app-tests/e2e/document-flow/settings-step.spec.ts (+3 -3)
📝 packages/app-tests/e2e/templates-flow/template-settings-step.spec.ts (+3 -3)

...and 42 more files

📄 Description

Adds password reauthentication to our existing reauth providers, additionally swaps from an exclusive provider to an inclusive type where multiple methods can be selected to offer a this or that experience.


🔄 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/documenso/documenso/pull/1827 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/password-reauth` --- ### 📝 Commits (2) - [`2305f5c`](https://github.com/documenso/documenso/commit/2305f5cb94a5635b7cfb30121699747b35e0dc17) feat: password reauthentication for documents and recipients - [`2d6e4e8`](https://github.com/documenso/documenso/commit/2d6e4e812c940a7e9d1fa580a5c9204e1da6c317) fix: revert playwright workers ### 📊 Changes **62 files changed** (+987 additions, -468 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx` (+1 -1) 📝 `apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx` (+134 -25) ➕ `apps/remix/app/components/general/document-signing/document-signing-auth-password.tsx` (+148 -0) 📝 `apps/remix/app/components/general/document-signing/document-signing-auth-provider.tsx` (+25 -18) 📝 `apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx` (+6 -5) 📝 `apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx` (+0 -2) 📝 `apps/remix/app/components/general/document/document-edit-form.tsx` (+3 -3) 📝 `apps/remix/app/components/general/document/document-history-sheet.tsx` (+15 -3) 📝 `apps/remix/app/components/general/template/template-edit-form.tsx` (+2 -2) 📝 `apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx` (+17 -4) 📝 `apps/remix/app/routes/_recipient+/d.$token+/_index.tsx` (+2 -2) 📝 `apps/remix/app/routes/embed+/_v0+/direct.$url.tsx` (+3 -3) 📝 `apps/remix/app/routes/embed+/_v0+/sign.$url.tsx` (+3 -3) 📝 `apps/remix/app/routes/embed+/v1+/multisign+/_index.tsx` (+0 -2) 📝 `packages/api/v1/implementation.ts` (+2 -2) 📝 `packages/api/v1/schema.ts` (+7 -7) 📝 `packages/app-tests/e2e/document-auth/access-auth.spec.ts` (+2 -2) 📝 `packages/app-tests/e2e/document-auth/action-auth.spec.ts` (+22 -22) 📝 `packages/app-tests/e2e/document-flow/settings-step.spec.ts` (+3 -3) 📝 `packages/app-tests/e2e/templates-flow/template-settings-step.spec.ts` (+3 -3) _...and 42 more files_ </details> ### 📄 Description Adds password reauthentication to our existing reauth providers, additionally swaps from an exclusive provider to an inclusive type where multiple methods can be selected to offer a this or that experience. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:27 +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/documenso#1873
No description provided.