Skip to content

Releases: glesys/butler-auth

v7.0.0

29 May 06:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v7.0.0

v6.0.0

02 Mar 08:35
Compare
Choose a tag to compare

Changed

  • BREAKING: Require Laravel 10.

v5.0.0

14 Feb 08:54
03b1ccb
Compare
Choose a tag to compare

Changed

  • BREAKING: Require Laravel 9.

v4.1.1

05 Oct 08:24
Compare
Choose a tag to compare

Fixed

  • Catch cache exceptions so authentication can proceed when i.e. redis is unreachable.

v4.1.0

25 Aug 06:38
Compare
Choose a tag to compare
Add .gitattributes

v4.0.0

09 Jun 14:34
c9cb254
Compare
Choose a tag to compare

Changed

  • BREAKING: Require PHP 8 and Laravel 8.
  • BREAKING: Store credentials in database instead of using JWT tokens.

v3.0.0

09 Dec 13:06
f34a9b7
Compare
Choose a tag to compare

Added

  • Support PHP 8.

Changed

  • BREAKING: Requires PHP 7.4 and Laravel 7.

v2.2.0

06 Oct 07:34
c184f29
Compare
Choose a tag to compare

Changed

  • Support Laravel 8.

v2.1.0

03 Aug 08:01
79972b5
Compare
Choose a tag to compare

Added

  • Return a JwtUser instance from JwtGuard instead of GenericUser (JwtUser is a subclass of GenericUser to prevent a breaking change) with support for returning the value of sub from getAuthIdentifier().

v2.0.0

15 Apr 08:18
Compare
Choose a tag to compare

Added

  • Add command for generating secret key.

Changed

  • BREAKING: Changed signature for GenerateToken command.