mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #435] [MERGED] Feat/cross domain auth #466
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#466
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/435
Author: @manikanta9176
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @manikanta9176
Base:
main← Head:feat/cross-domain-auth📝 Commits (3)
0501a33feat(auth): implement client-side sign-in redirect and add logout endpoint02dc033feat(auth): implement cross-domain authentication synchronization6d547e5Merge branch 'main' into feat/cross-domain-auth📊 Changes
10 files changed (+267 additions, -34 deletions)
View changed files
📝
env.ts(+2 -0)📝
src/actions/auth/index.ts(+18 -17)📝
src/app/(frontend)/layout.tsx(+15 -1)📝
src/components/DynamicFilter/DynamicFilterPanel.tsx(+3 -3)📝
src/components/nav-user.tsx(+13 -1)📝
src/components/sign-in/SignInForm.tsx(+22 -12)➕
src/hooks/useCrossDomainAuth.ts(+101 -0)📝
src/payload.config.ts(+11 -0)➕
src/payload/endpoints/logout/index.ts(+12 -0)➕
src/providers/CrossDomainAuthProvider.tsx(+70 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.