mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #181] [MERGED] feat: integrate Discord OAuth2 authentication and user management #378
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/free-server-on-discord-join📝 Commits (1)
d56e46ffeat: 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.