mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-04 18:32:33 -05:00
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.
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
-r requirements.txt
|
|
pep8==1.5.7
|
|
pytest==2.8.1
|
|
pytest-mock==0.8.1
|