Skip to content

Releases: razorbacks/laravel-shibboleth

3.0.0: databaseless entitlements

30 Nov 16:06
3.0.0
Compare
Choose a tag to compare

The primary change in this release is dropping database synchronization of entitlements.
The Entitlement class is no longer an instance of an Eloquent model.
The static has method operates with the same behavior in a backwards compatible manner,
so no changes to code will be necessary there to upgrade.
If you never used the entitlement tables, then a clean upgrade would drop those tables.

Secondly, legacy configuration mappers from versions 1 and 2 have been removed.
If you are using an old config file, then you need to publish the vendor file and update attributes accordingly.

2.2.6

05 Oct 15:15
2.2.6
Compare
Choose a tag to compare
fix util exec on test

2.2.5

04 Oct 22:35
2.2.5
Compare
Choose a tag to compare
  • fix laravel version constraint
  • ignore composer.lock
  • test on more platforms

2.2.4

03 Oct 21:29
2.2.4
Compare
Choose a tag to compare

saves file bloat on distribution

2.2.3

28 Aug 16:32
2.2.3
Compare
Choose a tag to compare
fix shibalike

2.2.2

20 Jul 15:34
2.2.2
Compare
Choose a tag to compare

fix shibalike login without entitlements

2.2.1

30 Jun 15:20
2.2.1
Compare
Choose a tag to compare

fixes

  • redirect intended
  • regenerate session
  • jwtauth config cache

2.2.0

19 Jun 16:35
2.2.0
Compare
Choose a tag to compare

add variadic user model attribute mapping
fix entitlement sub-string exploit
separate shibalike assets and routes

2.1.0

19 Jun 16:35
2.1.0
Compare
Choose a tag to compare

add static entitlement::has method

2.0.2

06 Jun 19:05
2.0.2
Compare
Choose a tag to compare

major fork overhaul with entitlements