Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/fortify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: laravel/fortify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.3
Choose a head ref
  • 8 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 27, 2020

  1. [1.x] Document password reset gotcha when disabling views (#157)

    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    driesvints and taylorotwell authored Nov 27, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7b909a5 View commit details

Commits on Dec 9, 2020

  1. update radme

    taylorotwell committed Dec 9, 2020
    Copy the full SHA
    c2b752e View commit details

Commits on Dec 10, 2020

  1. Remove ToC (#159)

    driesvints authored Dec 10, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0c7b533 View commit details

Commits on Dec 30, 2020

  1. Copy the full SHA
    8609af2 View commit details
  2. import class

    taylorotwell committed Dec 30, 2020
    Copy the full SHA
    5bf292e View commit details

Commits on Dec 31, 2020

  1. [1.x] Fix Two Factor prepare auth session (#181)

    * Fix Two Factor prepare auth session
    
    * Update TwoFactorAuthenticatedSessionController.php
    
    * Update TwoFactorAuthenticatedSessionController.php
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    driesvints and taylorotwell authored Dec 31, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ee4d41b View commit details

Commits on Jan 4, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f0f8080 View commit details

Commits on Jan 5, 2021

  1. Update CHANGELOG.md

    driesvints committed Jan 5, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    driesvints Dries Vints
    Copy the full SHA
    94d22e0 View commit details
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Release Notes

## [Unreleased](https://github.com/laravel/fortify/compare/v1.7.2...1.x)
## [Unreleased](https://github.com/laravel/fortify/compare/v1.7.3...1.x)


## [v1.7.3 (2021-01-05)](https://github.com/laravel/fortify/compare/v1.7.2...v1.7.3)

### Changed
- Retrieve user through provider ([#189](https://github.com/laravel/fortify/pull/189))

### Fixed
- Tweak how rate limiting is implemented ([8609af2](https://github.com/laravel/fortify/commit/8609af2292652234a70e4457d63ff1e10a510631))
- Fix Two Factor prepare auth session ([#181](https://github.com/laravel/fortify/pull/181))


## [v1.7.2 (2020-11-24)](https://github.com/laravel/fortify/compare/v1.7.1...v1.7.2)
Loading