hanlim83 / NetSecProject

2 stars 0 forks source link

Transition to new 2FA impmentation #23

Closed hanlim83 closed 6 years ago

hanlim83 commented 6 years ago

A proposed move for SMS to be sent by AWS instead of Nexmo. Not necessary to switch to AWS SNS immediately but must before the final presentation

hanlim83 commented 6 years ago

The constructors and methods used in the new AWSSMS object are exactly the same as the current Nexmo SMS Object. The new classes are in as of commit ae0ab2b Current Nexmo SMS Object will continue to work as usual

hanlim83 commented 6 years ago

There is a new method in the SMS class for @ravin-d to use to send the verification codes to the end user

hanlim83 commented 6 years ago

Migration of SMS classes completed as of commits 93f4ed9 and c6f9e90 Old Nexmo SMS classes are deprecated and removed as of commit 156f3ba

hanlim83 commented 6 years ago

closing issue as new 2FA implementation is not feasible at this juncture