twilio / authy-java

Java Client for Twilio Authy Two-Factor Authentication (2FA) API
https://www.twilio.com/docs/authy/api
MIT License
65 stars 46 forks source link

Example webapp broken #43

Closed jnovotny closed 6 years ago

jnovotny commented 6 years ago

Hi,

I'm following the guide here https://www.twilio.com/docs/tutorials/two-factor-authentication-java-servlets. First are these projects related? I'm trying to find a sample wbapp to try first.

However, in the README I do mvn compile jetty:run but nothing happens, and I see no listener socket set up on 8080.

Thanks, Jason

suarezjulian commented 6 years ago

Hi @jnovotny the sample web app is at https://github.com/TwilioDevEd/authy2fa-servlets, that sample uses this client library to interact with the 2FA API