This repository was archived by the owner on Jun 25, 2024. It is now read-only.
Releases: dododedodonl/laravel-2fa
Releases · dododedodonl/laravel-2fa
0.12
0.11
add changelog
0.10
What's Changed
Full Changelog: 0.9...0.10
0.9
fix changelog
0.8.1
fix redirect for some applications
0.7: Required closure (#3)
* throw exception on user not found * cleanup * added 'required' callback which can be set in the application * newline * error on provide route if no secret is set * redirect or message when no secret is set * \n before namespace * allow passing bool instead of callable * bugfix
0.6
Support for laravel 8
0.5
Added
- added bootstrap 3 views, default is still bootstrap 4
- registers @error and @enderror blade directives if laravel version is < 5.8.13
Changed
- change how migrations work / are published
Fixed
- fixed view publishing bug
- removed old() from provide & setup token views
- fixed input types of provide & setup token views
0.4
Change the way the provisioning url is build, so it has an issuer and correct label.
0.3
Add extra some configuration options and clarify the readme a bit.