[PR #4] [CLOSED] chore: added dflow oauth #318

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/4
Author: @malla-lokesh
Created: 3/10/2025
Status: Closed

Base: mainHead: github-oauth


📝 Commits (1)

📊 Changes

13 files changed (+271 additions, -7 deletions)

View changed files

📝 env.ts (+4 -0)
📝 package.json (+1 -0)
📝 pnpm-lock.yaml (+10 -2)
src/actions/auth/action.ts (+8 -0)
📝 src/app/(frontend)/(auth)/sign-in/page.tsx (+2 -2)
📝 src/app/(frontend)/(dashboard)/dashboard/page.tsx (+5 -1)
📝 src/app/(frontend)/(dashboard)/layout.tsx (+2 -2)
src/components/sign-in/GithubLogin.tsx (+26 -0)
src/lib/auth/index.ts (+54 -0)
src/lib/auth/jwt.ts (+25 -0)
📝 src/payload.config.ts (+2 -0)
src/payload/endpoints/auth.ts (+81 -0)
src/payload/utils/data-access.ts (+51 -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/dflow-sh/dflow/pull/4 **Author:** [@malla-lokesh](https://github.com/malla-lokesh) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `github-oauth` --- ### 📝 Commits (1) - [`36ecee7`](https://github.com/dflow-sh/dflow/commit/36ecee7f960dadb04730f65ff465fe68d4805f30) chore: added dflow oauth ### 📊 Changes **13 files changed** (+271 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `env.ts` (+4 -0) 📝 `package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+10 -2) ➕ `src/actions/auth/action.ts` (+8 -0) 📝 `src/app/(frontend)/(auth)/sign-in/page.tsx` (+2 -2) 📝 `src/app/(frontend)/(dashboard)/dashboard/page.tsx` (+5 -1) 📝 `src/app/(frontend)/(dashboard)/layout.tsx` (+2 -2) ➕ `src/components/sign-in/GithubLogin.tsx` (+26 -0) ➕ `src/lib/auth/index.ts` (+54 -0) ➕ `src/lib/auth/jwt.ts` (+25 -0) 📝 `src/payload.config.ts` (+2 -0) ➕ `src/payload/endpoints/auth.ts` (+81 -0) ➕ `src/payload/utils/data-access.ts` (+51 -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>
kerem 2026-03-03 11:29:22 +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#318
No description provided.