Skip to content

Releases: codegreencreative/laravel-samlidp

v5.2.10

11 Sep 13:38
Compare
Choose a tag to compare
  • Add missing import for Route facade.
  • Refactor DestinationMissingException constructor signature

Full Changelog: v5.2.9...v5.2.10

v5.2.9

07 Mar 00:01
c9cb84d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.8...v5.2.9

v5.2.8

04 Dec 15:19
d0d4459
Compare
Choose a tag to compare

What's Changed

  • Add dependency on ext-zlib to composer.json by @jrgilman in #134

New Contributors

Full Changelog: v5.2.7...v5.2.8

v5.2.7

02 Aug 14:31
e623f4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.6...v5.2.7

v5.2.6

24 Jul 18:26
3801402
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.5...v5.2.6

Replace deprecated dispatchNow

09 May 14:14
Compare
Choose a tag to compare

Replace deprecated dispatchNow with dispatchSync. Thanks @will-dive.

Closes #115

v5.2.4

01 Feb 14:02
7d3ca6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.3...v5.2.4

v5.2.3

19 Dec 03:31
c4a2287
Compare
Choose a tag to compare

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

  • @as-dialoggroup made their first contribution in #91
  • @JaZo made their first contribution in #95

Full Changelog: v5.2.2...5.2.3

v5.2.2

01 Dec 14:10
ba23dd7
Compare
Choose a tag to compare

What's Changed

  • Allow default COMMON_NAME field to be configurable by @dpoulson in #106

New Contributors

Full Changelog: v5.2.1...v5.2.2

v5.2.1

26 Aug 19:08
Compare
Choose a tag to compare

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.