This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Version 4.0
Pre-release
Pre-release
What's new?
- Shared Secret and Recovery Codes encryption in database.
- Upgrade migration from version 3.x
- Full support for PHP 8.0.
- No more Listeners:
Laraguard::hasCode()
to use withAuth::attemptWhen()
.
What's removed?
- Listeners
- Input configuration, it was transported to
Laraguard::hasCode()
andLaraguard::hasCodeOrFail()
.
What's changed?
2fa.require
middleware is now2fa.enable
.