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

generic OTP(one time password)-based 2FA(2-factor-authentication) support #215

Merged
merged 33 commits into from
Mar 31, 2022

Conversation

rkrenn
Copy link
Collaborator

@rkrenn rkrenn commented Mar 20, 2022

this feature introduces multi-factor authentication, which requires users to provide an additional one-time-password from their mobile device. the implementation is based on an abstraction for OTP services, and provides Google Authenticator for now.

to activate 2FA for a user, a fresh password can be set with 2FA enabled:

grafik

With first login (or whenever the OTP service/secret is changed), the user will see hints how to use it, ie. what app to install.

grafik

@rkrenn rkrenn linked an issue Mar 20, 2022 that may be closed by this pull request
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 31, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 83 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@rkrenn rkrenn merged commit 875759a into master Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a 2FA authentication method
1 participant