[PR #435] [MERGED] Feat/cross domain auth #466

Closed
opened 2026-03-03 11:30:06 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/cross-domain-auth


📝 Commits (3)

  • 0501a33 feat(auth): implement client-side sign-in redirect and add logout endpoint
  • 02dc033 feat(auth): implement cross-domain authentication synchronization
  • 6d547e5 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/435 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/cross-domain-auth` --- ### 📝 Commits (3) - [`0501a33`](https://github.com/dflow-sh/dflow/commit/0501a33969399c195633fbb84dbe13f767bb06a2) feat(auth): implement client-side sign-in redirect and add logout endpoint - [`02dc033`](https://github.com/dflow-sh/dflow/commit/02dc03324e32f569193c12178a8a3d08e6099c3a) feat(auth): implement cross-domain authentication synchronization - [`6d547e5`](https://github.com/dflow-sh/dflow/commit/6d547e5290ffed9fed4aa10971b1402dfaeca390) Merge branch 'main' into feat/cross-domain-auth ### 📊 Changes **10 files changed** (+267 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:30:06 +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#466
No description provided.