This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2026-02-05 10:53:28 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
43a423b0271ea2298cf5d83425a5e85ee7cd676a
notifications-admin
/
requirements_for_test.txt
4 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial creation of notify-admin-frontend
2015-11-18 16:19:40 +00:00
-r requirements.txt
pep8==1.5.7
108537814: Implementation of 3 factor authentication. The post register endpoint will send a random 5 digit code via sms and another via email. If either code fails to send, the user will not be created and the person can register again. The codes are saved to the session cookie, and expire in 1 hour. Another iteration of this story will save the codes to a database.
2015-12-04 14:40:16 +00:00
pytest==2.8.1
109638656: Implementation of two factor verification Validation of the code is done in the form, when the form.validate_on_submit is called the validate code methods are called as well.
2015-12-09 11:36:57 +00:00
pytest-mock==0.8.1
Reference in New Issue
Copy Permalink