[PR #727] [CLOSED] feat: add Apple as Oauth providers #1143

Closed
opened 2026-02-26 19:32:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/727
Author: @anikdhabal
Created: 12/3/2023
Status: Closed

Base: mainHead: issue#109


📝 Commits (1)

  • 94e203f fix: add apple oauth provider

📊 Changes

11 files changed (+181 additions, -3 deletions)

View changed files

📝 .env.example (+8 -1)
apple-secret-gen.mjs (+50 -0)
📝 apps/web/process-env.d.ts (+6 -0)
📝 apps/web/src/app/(unauthenticated)/signup/page.tsx (+1 -1)
📝 apps/web/src/components/forms/signin.tsx (+26 -0)
📝 apps/web/src/components/forms/signup.tsx (+58 -0)
📝 packages/lib/next-auth/auth-options.ts (+19 -0)
📝 packages/prisma/migrations/20230404095503_initial_migration/migration.sql (+1 -1)
📝 packages/prisma/schema.prisma (+1 -0)
📝 packages/tsconfig/process-env.d.ts (+6 -0)
📝 turbo.json (+5 -0)

📄 Description

fixes documenso/backlog#6
Screenshot 2023-12-05 020914

Screenshot 2023-12-05 020942


🔄 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/727 **Author:** [@anikdhabal](https://github.com/anikdhabal) **Created:** 12/3/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `issue#109` --- ### 📝 Commits (1) - [`94e203f`](https://github.com/documenso/documenso/commit/94e203feb5d24dc97ee6b5c61eadab4f406835e6) fix: add apple oauth provider ### 📊 Changes **11 files changed** (+181 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+8 -1) ➕ `apple-secret-gen.mjs` (+50 -0) 📝 `apps/web/process-env.d.ts` (+6 -0) 📝 `apps/web/src/app/(unauthenticated)/signup/page.tsx` (+1 -1) 📝 `apps/web/src/components/forms/signin.tsx` (+26 -0) 📝 `apps/web/src/components/forms/signup.tsx` (+58 -0) 📝 `packages/lib/next-auth/auth-options.ts` (+19 -0) 📝 `packages/prisma/migrations/20230404095503_initial_migration/migration.sql` (+1 -1) 📝 `packages/prisma/schema.prisma` (+1 -0) 📝 `packages/tsconfig/process-env.d.ts` (+6 -0) 📝 `turbo.json` (+5 -0) </details> ### 📄 Description fixes documenso/backlog#6 ![Screenshot 2023-12-05 020914](https://github.com/documenso/documenso/assets/81948346/e98068c5-188e-47cd-87d6-c57ef5d16abb) ![Screenshot 2023-12-05 020942](https://github.com/documenso/documenso/assets/81948346/4a669ee1-0831-457b-aa7a-7611180d66eb) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:01 +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#1143
No description provided.