All notable changes to laravel-mfa
will be documented in this file.
- Add exception handling for Twilio errors (#11)
- Use the cache contract instead of the concrete class (#9)
- Use an early return for cleaner code (#10)
- Resolve null drivers when config is set to
null
literal (#8)
- Use Form request for Twilio Verify (#7)
- Update typo of
services
todrivers
in managers (#6)
- Ensure minimum of 8 characters in TOTP secret (56e7f19)
- Add
$data
property to abstractIdentifier
class (5cab045)
- Initial release