Releases: 24Slides/laravel-saml2
Releases · 24Slides/laravel-saml2
v2.3.0
Added
- Add a possibility to skip loading default database migrations (PR #76, @abublihi)
Fixed
- Add .gitattributes to ensure that unnecessary files aren't exported when downloading via Composer (PR #75, @owenvoke)
v2.2.1
Added
- Add
uuid
of tenant to salm2.error_detail
(makes logs more informative)
Full Changelog: 2.2.0...2.2.1
v2.1.0
Added
- Add an ability to customize Tenant model (PR #49, @dmyers)
Fixed
v2.0.11
Fixed
- Improve sls handling of errors to match acs action (PR #35, @dmyers)
- Fix querying tenants via console commands when using PostgreSQL (issue #22, @jjmvee)
v2.0.8
Fixed
- Version require ramsey/uuid and phpunit/phpunit
- Update branch aliases
v2.0.5
Added
- The ability to customize Name ID Format for different Identity Providers