Releases: auth0/laravel-auth0
Releases · auth0/laravel-auth0
7.15.0
7.14.0
7.13.0
7.12.0
7.11.0
Added
- Significant performance improvements by eliminating redundant user queries.
- Compatibility support for Laravel Telescope. See docs/Telescope.md for more information.
- A refactored Events API has been introduced. See docs/Events.md for more information.
AUTH0_SESSION_STORAGE
andAUTH0_TRANSIENT_STORAGE
now support acookie
value to enable the native Auth0-PHP SDK cookie session handler. See docs/Cookies.md for more information.
Fixed
- Addressed an issue where, under certain circumstances, the first user authentication attempt after a session invalidation could fail.
Changed
- Session regeneration/invalidation has been refactored.
- Discarded sessions are now deleted when they are invalidated by the SDK, rather than wait for Laravel to garbage collect.
- Session storage has been refactored. Session data is now stored as a JSON array in a single
auth0_session
entry in the Laravel session store, rather than in multiple keys.
Documentation
- A demonstration Eloquent user model and repository implementation has been added to docs/Eloquent.md.
- A new docs/Sessions.md document has been added for guidance on the various session driver options available.
7.10.1
7.10.0
Added
- Organization Name support added for Authentication API and token handling ¹
Changed
- Guards are now registered with the priority middleware list.
- Bumped
auth0-php
dependency version range to^8.7
. - Updated telemetry to indicate new
laravel
package name (previouslylaravel-auth0
.)
Fixed
- Addressed issue where placeholder
AUTH0_
dotenv values could erroneously be interpreted as true configuration values.
Note
¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.