[PR #2266] feat: add email domain restriction for signups #2166

Open
opened 2026-02-26 20:32:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2266
Author: @ephraimduncan
Created: 12/2/2025
Status: 🔄 Open

Base: mainHead: feat/restrict-signups


📝 Commits (1)

  • 8dcb13d feat: add email domain restriction for signups

📊 Changes

8 files changed (+161 additions, -68 deletions)

View changed files

📝 apps/remix/app/components/forms/signup.tsx (+64 -60)
📝 apps/remix/app/routes/_unauthenticated+/signin.tsx (+19 -4)
📝 apps/remix/app/routes/_unauthenticated+/signup.tsx (+11 -1)
📝 packages/auth/server/lib/errors/error-codes.ts (+2 -0)
📝 packages/auth/server/lib/utils/handle-oauth-callback-url.ts (+10 -0)
📝 packages/auth/server/routes/email-password.ts (+17 -3)
📝 packages/lib/constants/auth.ts (+37 -0)
📝 packages/tsconfig/process-env.d.ts (+1 -0)

📄 Description

No description provided


🔄 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/2266 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 12/2/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/restrict-signups` --- ### 📝 Commits (1) - [`8dcb13d`](https://github.com/documenso/documenso/commit/8dcb13dc07523697df6b4cc505be55482ec5c25c) feat: add email domain restriction for signups ### 📊 Changes **8 files changed** (+161 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/forms/signup.tsx` (+64 -60) 📝 `apps/remix/app/routes/_unauthenticated+/signin.tsx` (+19 -4) 📝 `apps/remix/app/routes/_unauthenticated+/signup.tsx` (+11 -1) 📝 `packages/auth/server/lib/errors/error-codes.ts` (+2 -0) 📝 `packages/auth/server/lib/utils/handle-oauth-callback-url.ts` (+10 -0) 📝 `packages/auth/server/routes/email-password.ts` (+17 -3) 📝 `packages/lib/constants/auth.ts` (+37 -0) 📝 `packages/tsconfig/process-env.d.ts` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2166
No description provided.