Skip to content

added support for TOTP automation #405

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yoursecurity
Copy link

Automation for TOTP support.

Two new properties defines the preferrend MFA method (davmail.mfa.preferredMethod) and the TOTP secret (davmail.mfa.otpSecretKey, if TOTP is used)

@mguessan
Copy link
Owner

Nice, my main concerns there are that the TOTP secret is user bound => current implementation can only work with single user davmail instances, and the TOTP secret is stored in clear text

Would probably need to implement something similar to the refresh token logic: AES encrypt on first use.

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.

2 participants