[PR #181] [MERGED] feat: integrate Discord OAuth2 authentication and user management #378

Closed
opened 2026-03-03 11:29:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/181
Author: @manikanta9176
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @manikanta9176

Base: mainHead: feat/free-server-on-discord-join


📝 Commits (1)

  • d56e46f feat: integrate Discord OAuth2 authentication and user management

📊 Changes

10 files changed (+299 additions, -0 deletions)

View changed files

📝 .env.example (+5 -0)
📝 env.ts (+6 -0)
📝 src/app/(frontend)/(dashboard)/layout.tsx (+3 -0)
src/app/(frontend)/api/auth/discord/callback/route.ts (+110 -0)
src/app/(frontend)/api/auth/discord/disconnect/route.ts (+24 -0)
src/app/(frontend)/api/auth/discord/route.ts (+19 -0)
src/components/ConnectDiscordButton.tsx (+61 -0)
📝 src/components/icons.tsx (+13 -0)
📝 src/payload-types.ts (+22 -0)
📝 src/payload/collections/Users/index.ts (+36 -0)

📄 Description

#166


🔄 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/dflow-sh/dflow/pull/181 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/free-server-on-discord-join` --- ### 📝 Commits (1) - [`d56e46f`](https://github.com/dflow-sh/dflow/commit/d56e46f0bd7fa36ffe61898d9b095652df29182e) feat: integrate Discord OAuth2 authentication and user management ### 📊 Changes **10 files changed** (+299 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `env.ts` (+6 -0) 📝 `src/app/(frontend)/(dashboard)/layout.tsx` (+3 -0) ➕ `src/app/(frontend)/api/auth/discord/callback/route.ts` (+110 -0) ➕ `src/app/(frontend)/api/auth/discord/disconnect/route.ts` (+24 -0) ➕ `src/app/(frontend)/api/auth/discord/route.ts` (+19 -0) ➕ `src/components/ConnectDiscordButton.tsx` (+61 -0) 📝 `src/components/icons.tsx` (+13 -0) 📝 `src/payload-types.ts` (+22 -0) 📝 `src/payload/collections/Users/index.ts` (+36 -0) </details> ### 📄 Description #166 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:38 +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/dflow#378
No description provided.