mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #424] [MERGED] Feat/magic link auth selection #463
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#463
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/424
Author: @manikanta9176
Created: 8/21/2025
Status: ✅ Merged
Merged: 8/21/2025
Merged by: @manikanta9176
Base:
main← Head:feat/magic-link-auth-selection📝 Commits (4)
e984103feat(auth): add global authentication method configurationb2c7ab7feat(auth): add magic link authentication48dcc8dfeat(auth): implement configurable authentication methodsc5da79efeat(auth): enhance sign-in and magic link flows with improved user feedback📊 Changes
18 files changed (+1515 additions, -348 deletions)
View changed files
➕
.hintrc(+8 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+9 -0)📝
src/actions/auth/index.ts(+334 -34)📝
src/actions/auth/validator.ts(+6 -0)➕
src/actions/pages/auth/index.ts(+32 -0)📝
src/app/(frontend)/(auth)/forgot-password/page.tsx(+16 -1)📝
src/app/(frontend)/(auth)/sign-in/page.tsx(+9 -2)📝
src/app/(frontend)/(auth)/sign-up/page.tsx(+14 -7)📝
src/components/forgot-password/ForgotPasswordForm.tsx(+82 -51)📝
src/components/sign-in/SignInForm.tsx(+336 -92)📝
src/components/sign-up/SignUpForm.tsx(+127 -100)➕
src/emails/login-confirmation/index.tsx(+190 -0)➕
src/emails/magic-link/index.tsx(+170 -0)📝
src/payload-types.ts(+22 -0)📝
src/payload.config.ts(+2 -1)📝
src/payload/endpoints/auto-login/index.ts(+130 -60)➕
src/payload/globals/AuthConfig/index.ts(+27 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.