Releases: codegreencreative/laravel-samlidp
Releases · codegreencreative/laravel-samlidp
v5.2.10
- Add missing import for Route facade.
- Refactor DestinationMissingException constructor signature
Full Changelog: v5.2.9...v5.2.10
v5.2.9
v5.2.8
v5.2.7
v5.2.6
What's Changed
- Query params hotfix for PHP 8.2 by @raphaelcangucu in #119
New Contributors
- @raphaelcangucu made their first contribution in #119
Full Changelog: v5.2.5...v5.2.6
Replace deprecated dispatchNow
Replace deprecated dispatchNow with dispatchSync. Thanks @will-dive.
Closes #115
v5.2.4
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #109
New Contributors
- @laravel-shift made their first contribution in #109
Full Changelog: 5.2.3...v5.2.4
v5.2.3
What's Changed
- allow loading a sp certificate from path by @as-dialoggroup in #91
- Allow setting the certificate and key using environment variables by @JaZo in #95
New Contributors
Full Changelog: v5.2.2...5.2.3
v5.2.2
v5.2.1
Allow individual service providers to choose whether or not to encrypt assertions. This is done using the env with an additional param encrypt_assertion
which accepts a boolean value. See README.md.