Skip to content

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

Closed
marcusdacoregio opened this issue May 20, 2024 · 2 comments
Closed

Add Support for One-Time Token Login #15114

marcusdacoregio opened this issue May 20, 2024 · 2 comments
Assignees
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

marcusdacoregio commented May 20, 2024

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.

@marcusdacoregio marcusdacoregio added in: core An issue in spring-security-core type: enhancement A general enhancement labels May 20, 2024
@marcusdacoregio marcusdacoregio self-assigned this May 20, 2024
@marcusdacoregio marcusdacoregio changed the title Add Support for Passwordless Authentication Add Support for Passwordless Authentication with OTP May 20, 2024
@evgeniycheban
Copy link
Contributor

Hi, @marcusdacoregio can I work on it?

@marcusdacoregio
Copy link
Contributor Author

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.

marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Aug 12, 2024
@marcusdacoregio marcusdacoregio changed the title Add Support for Passwordless Authentication with OTP Add Support for One-Time Token Login Aug 13, 2024
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Aug 14, 2024
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Aug 20, 2024
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Aug 27, 2024
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Aug 27, 2024
@marcusdacoregio marcusdacoregio added this to the 6.4.0-M4 milestone Aug 27, 2024
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Sep 3, 2024
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Sep 3, 2024
jzheaux added a commit that referenced this issue Oct 14, 2024
Aligning parts of speech so that names are using nouns/verbs
where comparable components are using nouns/verbs.

Issue gh-15114
franticticktick added a commit to franticticktick/spring-security that referenced this issue Oct 15, 2024
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
jzheaux pushed a commit that referenced this issue Oct 15, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants