We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently users has to login via email and static password. Static passwords are hard to remember and is vulnerable for different kind of attacks.
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: