-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add Support for One-Time Token Login #15114
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
Comments
Hi, @marcusdacoregio can I work on it? |
Hi @evgeniycheban, this feature will require several design interactions with the team members since we have other features in the horizon that might be affected by it (MFA for example). Because of that I think it will be better if one of the maintainers work on it. However, since you have an extensive knowledge of the code base and have contributed to a few core features, I'd love to hear how you see this feature implemented, either a high level idea or some code. |
Aligning parts of speech so that names are using nouns/verbs where comparable components are using nouns/verbs. Issue gh-15114
The names of variables and methods have been adjusted in accordance with the names of the one-time token login API components. Issue spring-projectsgh-15114
The names of variables and methods have been adjusted in accordance with the names of the one-time token login API components. Issue gh-15114
Uh oh!
There was an error while loading. Please reload this page.
We should add support for one time token authentication, one common example is magic links sent in email or a text code to log a user in.
Note that this is not the same as #3046 since it is not in the scope of this ticket to support MFA.
The text was updated successfully, but these errors were encountered: