Releases: aliirfaan/laravel-simple-otp
Releases · aliirfaan/laravel-simple-otp
6.0.1
10 Dec 07:42
Compare
Sorry, something went wrong.
No results found
Added
otp_retention_days config
Changed
Model SimpleOtp is now prunable
Deprecated
Removed
Fixed
6.0.0
09 Dec 08:33
Compare
Sorry, something went wrong.
No results found
Added
Added device_id for otp per device
Added otp_meta for meta data
Added correlation_id for auditing
Added otp_type config to support: numeric, alphanumeric
Changed
Renamed model to SimpleOtp
Renamed table to lso_otps
Deprecated
Removed
Removed otp_does_expire config, now always expires
Removed should config, now always encodes
Removed fillable digit, now has a simulated OTP code for more security
Removed events
Fixed
5.2.2
17 Oct 06:49
Compare
Sorry, something went wrong.
No results found
Added
Changed
Deprecated
Removed
Fixed
hash otp default - clear otp will be disabled in future release
5.2.1
11 Sep 06:52
Compare
Sorry, something went wrong.
No results found
Added
Changed
Deprecated
Removed
Fixed
cast parameter int for Carbon addSeconds()
5.2.0
03 Jul 10:23
Compare
Sorry, something went wrong.
No results found
Added
Changed
getOtpCodeExpiryDate() add date format to return expiry date
Deprecated
Removed
Fixed
5.1.0
03 Jul 10:00
Compare
Sorry, something went wrong.
No results found
Added
getOtpCodeExpiryDate() to get expiry date of generated otp code
Changed
Deprecated
Removed
Fixed
5.0.0
20 Jul 09:27
Compare
Sorry, something went wrong.
No results found
Added
Changed
otp_intent field to know why the otp was sent in the first place
ModelGotOtp model to use new otp_intent field
Deprecated
Removed
Fixed
4.3.0
11 Mar 11:37
Compare
Sorry, something went wrong.
No results found
Added
Events OtpExpired, OtpNotFound, OtpNotMatched
Changed
Deprecated
Removed
Fixed
4.2.0
10 Jan 11:22
Compare
Sorry, something went wrong.
No results found
Added
Changed
migration file added index to column otp_generated_at, otp_was_validated
Deprecated
Removed
Fixed
4.1.0
17 Aug 06:35
Compare
Sorry, something went wrong.
No results found
Added
Changed
generateOtpCode(int $otpCodeLength = null)
Deprecated
Removed