Releases: laravel/fortify
Releases · laravel/fortify
v1.20.0
- [1.x] Merges develop by @nunomaduro in #515
v1.19.1
- Deprecate the password rule and use illuminate password rule by @ricklambrechts in #511
v1.19.0
- Add new event by @taylorotwell in 2da721f
v1.18.1
v1.18.0
- Added case-sensitivity option for usernames by @Radiergummi in #485
- Added response contract for email verification notification by @m-thalmann in #489
v1.17.6
- Update logout to invalidate and regenerate session only if session is present (Issue #486) by @karmendra in #487
v1.17.5
v1.17.4
- Port security fixes to default login rate limiter by @staudenmeir in #473
v1.17.3
- Fix contract implementation by @jessarcher in #472
v1.17.2
- Revert "Add rate limiter for a registration" by @taylorotwell in #465