-
Notifications
You must be signed in to change notification settings - Fork 16
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
2 Factor authentication #28
Comments
@lampi87, |
I started implementing mfa/otp functionality. Lets see if I can solve the Problem. |
Sorry for the late response. Professional projects are keeping me busy and I have less time to devote to maintenance of the LM-Commons packages. Let me take a look at your PR. One thing that I want to make sure is that this feature is optional. I had also developed extra functionality like password reset by email. May be this can be bundled with it and maybe as a separate bolt-on package. Thanks for the contribution. |
Of course, OTP is an optional feature. I've created a second User(Otp)Interface including necessary function to determine if current login user uses otp. If no otp "auth_adapter" is added or user entity has set "useOtp" to false, it's not used at all. The OtpMail.php Adapter can be seen as an example. |
will be covered by #60 |
Hi!
Is there any documentation available how to implement a two factor authentication?
It's mentioned in the wiki on the concepts page, but I'm not sure how to configure adapters to redirect to second page where user has to enter sms or otp code.
Thx in advance!
The text was updated successfully, but these errors were encountered: