-
Notifications
You must be signed in to change notification settings - Fork 294
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
Time-based One Time Passwords #256
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #256 +/- ##
=========================================
Coverage ? 85.66%
=========================================
Files ? 26
Lines ? 1605
Branches ? 0
=========================================
Hits ? 1375
Misses ? 230
Partials ? 0
Continue to review full report at Codecov.
|
I haven't written test before, so it might be awhile before I can add them. |
I think it's a great idea to implement 2FA in flask-user. 👍
should be added to install_requires in setup.py then. |
I'm not sure when I will have time to tackle the tests for this. |
This is working. I've tried to document things but I'm not really familiar with restructuredtext, so I may have missed something.