Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to login via one-time authorization code (OTAC) #6858

Open
4 tasks
kontrollanten opened this issue Jan 27, 2025 · 0 comments
Open
4 tasks

Possibility to login via one-time authorization code (OTAC) #6858

kontrollanten opened this issue Jan 27, 2025 · 0 comments

Comments

@kontrollanten
Copy link
Contributor

Describe the problem to be solved

Currently users has to login via email and static password. Static passwords are hard to remember and is vulnerable for different kind of attacks.

Describe the solution you would like

Provide API and UX for plugins to implement login via OTAC. Example design:

This flow can be worked with regular login as well; in the first step only the email field is shown and in the next step the password field is shown.

What needs to be done in order to get plugins ability to implement this proposal:

  • Divide the login flow into two steps.
  • API for plugins to disable/hide the static password login and its settings (i.e. hide password from account settings).
  • API for plugins to define a client login route.
  • API for plugins to send emails. Not required, but would be nice to have.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants