mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #4] [CLOSED] chore: added dflow oauth #318
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#318
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/4
Author: @malla-lokesh
Created: 3/10/2025
Status: ❌ Closed
Base:
main← Head:github-oauth📝 Commits (1)
36ecee7chore: added dflow oauth📊 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.