In Laravel 11, "automatic rehashing of user passwords when validating credentials" was added as a feature (https://github.com/laravel/framework/pull/48665). This PR ensures that this feature also works when a user provides its credentials to passport (this is the case when using the password oauth grant type)
In Laravel 11, "automatic rehashing of user passwords when validating credentials" was added as a feature (https://github.com/laravel/framework/pull/48665). This PR ensures that this feature also works when a user provides its credentials to passport (this is the case when using the password oauth grant type)