[PR #1998] [MERGED] feat: signin with microsoft #1988

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1998
Author: @ephraimduncan
Created: 8/26/2025
Status: Merged
Merged: 10/22/2025
Merged by: @Mythie

Base: mainHead: feat/signin-with-microsoft


📝 Commits (7)

  • 1c9e727 feat: signin with microsoft
  • a958331 Merge branch 'main' into feat/signin-with-microsoft
  • 168a5e0 chore: microsoft icon
  • 88838ae Merge branch 'main' into feat/signin-with-microsoft
  • 4a7eefd fix: merge conflicts
  • 85bb6b1 fix: microsoft icon on signup page
  • c036c23 fix: visual updates and docs

📊 Changes

14 files changed (+199 additions, -13 deletions)

View changed files

📝 .env.example (+4 -0)
📝 apps/documentation/pages/developers/self-hosting/setting-up-oauth-providers.mdx (+30 -0)
📝 apps/remix/app/components/forms/signin.tsx (+35 -1)
📝 apps/remix/app/components/forms/signup.tsx (+40 -2)
📝 apps/remix/app/routes/_unauthenticated+/signin.tsx (+6 -1)
📝 apps/remix/app/routes/_unauthenticated+/signup.tsx (+9 -2)
apps/remix/public/static/microsoft.svg (+1 -0)
📝 packages/auth/client/index.ts (+16 -0)
📝 packages/auth/server/config.ts (+10 -0)
📝 packages/auth/server/routes/callback.ts (+9 -2)
📝 packages/auth/server/routes/oauth.ts (+15 -1)
📝 packages/lib/constants/auth.ts (+5 -0)
📝 packages/ui/primitives/signature-pad/signature-pad.tsx (+1 -1)
📝 packages/ui/primitives/template-flow/add-template-settings.tsx (+18 -3)

📄 Description

Sign in with Microsoft OAuth


🔄 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/1998 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/signin-with-microsoft` --- ### 📝 Commits (7) - [`1c9e727`](https://github.com/documenso/documenso/commit/1c9e7277608ef72fabb0291a0332f31a2c2a26a3) feat: signin with microsoft - [`a958331`](https://github.com/documenso/documenso/commit/a9583315eb72138ce132489b43b77be1dcb85d94) Merge branch 'main' into feat/signin-with-microsoft - [`168a5e0`](https://github.com/documenso/documenso/commit/168a5e0081a9d32b965ae9daf8c0eaa8acf3579a) chore: microsoft icon - [`88838ae`](https://github.com/documenso/documenso/commit/88838ae30d2f5d91c76ace9241e66725dbb231e2) Merge branch 'main' into feat/signin-with-microsoft - [`4a7eefd`](https://github.com/documenso/documenso/commit/4a7eefd77ccb415231c0a13c14993cd13c722682) fix: merge conflicts - [`85bb6b1`](https://github.com/documenso/documenso/commit/85bb6b1ba4488dc98c3a4bc4acba65df330be447) fix: microsoft icon on signup page - [`c036c23`](https://github.com/documenso/documenso/commit/c036c2363ce764cf78529f36c18506716250a581) fix: visual updates and docs ### 📊 Changes **14 files changed** (+199 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `apps/documentation/pages/developers/self-hosting/setting-up-oauth-providers.mdx` (+30 -0) 📝 `apps/remix/app/components/forms/signin.tsx` (+35 -1) 📝 `apps/remix/app/components/forms/signup.tsx` (+40 -2) 📝 `apps/remix/app/routes/_unauthenticated+/signin.tsx` (+6 -1) 📝 `apps/remix/app/routes/_unauthenticated+/signup.tsx` (+9 -2) ➕ `apps/remix/public/static/microsoft.svg` (+1 -0) 📝 `packages/auth/client/index.ts` (+16 -0) 📝 `packages/auth/server/config.ts` (+10 -0) 📝 `packages/auth/server/routes/callback.ts` (+9 -2) 📝 `packages/auth/server/routes/oauth.ts` (+15 -1) 📝 `packages/lib/constants/auth.ts` (+5 -0) 📝 `packages/ui/primitives/signature-pad/signature-pad.tsx` (+1 -1) 📝 `packages/ui/primitives/template-flow/add-template-settings.tsx` (+18 -3) </details> ### 📄 Description Sign in with Microsoft OAuth --- <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:56 +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#1988
No description provided.