Laravel.SDK.7.2.mp4
Thank you to tonyfox-disguise, jeovajr and nie7321 for their contributions to this release.
Changed
Auth0\Laravel\Store\LaravelSessionhas been added as the defaultsessionStorageandtransientStorageinterfaces for the underlying Auth0-PHP SDK. The SDK now leverages the native Laravel Session APIs by default. #307 (evansims)¹Auth0\Laravel\Cache\LaravelCachePoolandAuth0\Laravel\Cache\LaravelCacheItemhave been added as the defaulttokenCacheandmanagementTokenCacheinterfaces for the underlying Auth0-PHP SDK. The SDK now leverages the native Laravel Cache APIs by default. #307 (evansims)Auth0\Laravel\Auth\Guardnow supports theviaRemembermethod. #306 (tonyfox-disguise)Auth0\Laravel\Http\Middleware\Stateless\Authorizenow returns a 401 status instead of 403 for unauthenticated users. #304 (jeovajr)- PHP 8.0 is now the minimum supported runtime version. Please review the README for more information on support windows.
¹ This change may require your application's users to re-authenticate. You can avoid this by changing the sessionStorage and transientStorage options in your SDK configuration to their previous default instances of Auth0\SDK\Store\CookieStore, but it is recommended you migrate to the new LaravelSession default.