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

Added feature for sending email token based on the authy Email #66

Closed sandeepsuvit closed 2 years ago

sandeepsuvit commented 3 years ago

Integration flow

This feature is added for allowing the api to send OTP as email to the user. Using the SDK we can do the following

Hash hash = apiClient.getUsers().requestEmail(USER_AUTHY_ID);

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

codecov-commenter commented 3 years ago

Codecov Report

Merging #66 into master will decrease coverage by 0.31%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   73.61%   73.29%   -0.32%     
==========================================
  Files          23       23              
  Lines         936      940       +4     
  Branches       95       95              
==========================================
  Hits          689      689              
- Misses        207      211       +4     
  Partials       40       40              
Impacted Files Coverage Δ
src/main/java/com/authy/api/Users.java 81.73% <0.00%> (-2.95%) :arrow_down:
robinske commented 2 years ago

This library is no longer actively maintained. The Authy API has been replaced with the Twilio Verify API. Twilio will support the Authy API through November 1, 2022 for SMS/Voice. After this date, we’ll start to deprecate the service for SMS/Voice. Any requests sent to the API after May 1, 2023, will automatically receive an error. Push and TOTP will continue to be supported through July 2023.

Learn more about migrating from Authy to Verify.

Please visit the Twilio Docs for:

Please direct any questions to Twilio Support. Thank you!