All notable changes to filament-two-factor-authentication
will be documented in this file.
- Fix QR code scanning issue in dark mode by adding white padding by @waleed-GRT in #26
- @waleed-GRT made their first contribution in #26
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.14...0.0.15
- Only show dashboard/logout links on 2FA setup page.
- Update Recovery.php by @hurycz in #25
- @hurycz made their first contribution in #25
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.12...0.0.13
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #19
- feat: Add translatable title for recovery page by @Abdulmajeed-Jamaan in #21
- fix(auth): check for valid authenticated session before applying recovery code by @Abdulmajeed-Jamaan in #22
- feat(event): Add new event when valid recovery code provided by @Abdulmajeed-Jamaan in #23
- @Abdulmajeed-Jamaan made their first contribution in #21
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.11...0.0.12
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #18
- Fixed logout route issue by @gustavocaiano in #15
- Fixed incomplete
Arr
import on Login.php by @brunovt074 in #13
- Introduced components by @elishaukpong in #7
- Added support for dark mode in the recovery code display and fixed the dashboard link on the 2FA setup page by @elishaukpong
- Fixed event issue
- Texts linked to translation #4 by @batinmustu
- Include logout action on 2FA pages
- Exclude profile and logout routes from enforce 2FA middleware
- Initial release
- initial release