twilio / authy-devise

Authy Devise plugin to add Two-Factor Authentication
MIT License
201 stars 84 forks source link

Rename last_sign_in_with_authy to last_sign_in_with_authy_at #157

Closed philnash closed 2 years ago

philnash commented 3 years ago

As pointed out in #154 the last_sign_in_with_authy column breaks the convention of naming date columns with _at at the end, particularly mismatching with devise's last_sign_in_at and current_sign_in_at.

This is a breaking change and would have to be considered for those already using the existing column name. Could add an alias method to the resource so that the column is last_sign_in_with_authy_at but you could also call it from last_sign_in_with_authy.

philnash 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!