You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest a more consistent naming convention to replace the new totp_timestamp column in preparation for v2.0. A better name would be something like last_otp_at. This would better match Rails naming conventions, it would better coincide with direct_otp_sent_at, and this would match rotp's recommendation.
I'm happy to provide a pull-request for this, but I'd like to get some sense that it's likely to be accepted first and/or if it interests others that use this library.
The text was updated successfully, but these errors were encountered:
I'd like to suggest a more consistent naming convention to replace the new
totp_timestamp
column in preparation for v2.0. A better name would be something likelast_otp_at
. This would better match Rails naming conventions, it would better coincide withdirect_otp_sent_at
, and this would match rotp's recommendation.I'm happy to provide a pull-request for this, but I'd like to get some sense that it's likely to be accepted first and/or if it interests others that use this library.
The text was updated successfully, but these errors were encountered: