-
Notifications
You must be signed in to change notification settings - Fork 60
✨ Adds HOTP MFA code support #206
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
base: develop
Are you sure you want to change the base?
Conversation
wmaciejewskimer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
|
Hi, |
|
@izimobil someone with merge access on this repo would have to do it. It's been a while since I've looked at this PR/repo though so it might need some updates before then as well. You can always fork this repo and merge this PR there if you need these changes. |
Resolves #204.
Resolves #205.Adds support for counter based 2fa codes for all 2fa methods except app/yubi key.
To switch to HOTP based codes simply override the default message dispatcher used in the trench settings.
Action Items:
python manage.py makemigrationsfrom inside the test projectRegenerate documentation?