All notable changes to filament-two-factor-authentication will be documented in this file.
- Added Turkish Translation (Türkçe Dil Desteği Eklendi) by @engbz in #83
- @engbz made their first contribution in #83
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.5...3.0.6
- [2.x] Set the intended URL before redirecting to the challenge by @ashleyshenton in #74
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.7...2.0.8
- [3.x] Set the intended URL before redirecting to the challenge by @ashleyshenton in #81
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.4...3.0.5
- Chore: Middleware Usage & Translation Fixes by @stephenjude in #80
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.3...3.0.4
- Add constructor property promotion support for events by @stephenjude in #78
- Improvements: Switch 2FA challenge from hash validation to decrypt validation and Cleanup translation usage. by @stephenjude in #79
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.2...3.0.3
- Revert logout action deletion by @stephenjude in #77
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.1...3.0.2
- Support Arabic language by @yhyasyrian in #75
- @yhyasyrian made their first contribution in #75
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/3.0.0...3.0.1
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #66
- Filament 4.x upgrade by @broqit in #67
- ref: Updated UI by @dipesh79 in #69
- Fix pages with schema on Filament 4.x by @broqit in #70
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #71
- Revert "ref: Updated UI" by @stephenjude in #72
- Filament V4 Support by @stephenjude in #73
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.7...3.0.0
- Fixed: blade facade class import by @stephenjude in #64
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.6...2.0.7
- Register passkey auth view for only the current panel by @stephenjude in #63
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.5...2.0.6
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #62
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.4...2.0.5
- Add check for current panel in ServiceProvider. by @alecritson in #61
- @alecritson made their first contribution in #61
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.3...2.0.4
- Bump esbuild from 0.19.12 to 0.25.0 by @dependabot in #58
- Register passkey configuration when plugin is registered and passkey enabled. by @stephenjude in #59
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.2...2.0.3
- Allow passkey login to bypass the 2FA challenge. by @stephenjude in #57
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.1...2.0.2
- Allow passkey login without 2fa challenge by @stephenjude in #55
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/2.0.0...2.0.1
- Add Passkey Authentication & Test Coverage by @stephenjude in #53
- Passkey: Automatically Register Routes & Publish Migrations by @stephenjude in #54
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/1.0.0...2.0.0
- Login through recovery code by @talha-abdullah-990 in #51
- @talha-abdullah-990 made their first contribution in #51
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.26...0.0.27
- Fix #47 by @RChutchev in #48
- @RChutchev made their first contribution in #48
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.25...0.0.26
- Fix generating new recovery codes by @GrameJunior in #45
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.24...0.0.25
- Add German translations by @GrameJunior in #46
- @GrameJunior made their first contribution in #46
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.23...0.0.24
- Fix page reload error by @kateengland-moore in #41
- @kateengland-moore made their first contribution in #41
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.22...0.0.23
- Fixed 404 link for new issues by @stephenjude in #40
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.21...0.0.22
- Fixing Bad Translation Key by @GlitterCakes in #37
- @GlitterCakes made their first contribution in #37
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.20...0.0.21
- fix: EnforceTwoFactor middleware namespace by @webard in #35
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.19...0.0.20
- Remove custom login usage that is no longer in use by @stephenjude in #33
- @stephenjude made their first contribution in #33
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.18...0.0.19
- Feature: Key based translations + polish language by @webard in #29
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.17...0.0.18
- Feature: Session based 2FA challenge by @webard in #27
- Feature: password required for regenerate recovery codes by @webard in #31
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.16...0.0.17
- Feature: Configure if password is needed when enabling/disabling 2fa by @webard in #28
- Feature: Recovery codes visible only after enabling 2FA and regenerating recovery codes by @webard in #30
- @webard made their first contribution in #28
Full Changelog: https://github.com/stephenjude/filament-two-factor-authentication/compare/0.0.15...0.0.16
- 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
Arrimport 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