mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[GH-ISSUE #420] Implement Magic Link Login & Authentication Method Selection in Admin Panel #276
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#276
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?
Originally created by @manikanta9176 on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/dflow-sh/dflow/issues/420
Originally assigned to: @manikanta9176 on GitHub.
We need to introduce the concept of Magic Link Login as an authentication method. This would allow users to authenticate themselves without the need for a password by clicking on a link sent to their email.
Additionally, in the Admin Panel, there should be an option for admins to choose the available authentication methods for users. The options should be:
By default, the authentication method should be set to Both.
Note: This feature should be implemented on high priority.
Remark: Implement auto-login logic that will automatically create a user account in the background if an account does not already exist. This ensures that users can immediately access the system without any barriers to entry.
Idea: The goal is to completely remove the concept of user account verification, streamlining the user authentication process.
This change will enhance the user experience by making the login process smoother and more flexible, while also giving admins control over which authentication methods are available.