Skip to content

Releases: givebutter/laravel-keyable

v3.1.0

07 Nov 20:12
4bcadf5
Compare
Choose a tag to compare

Prevents usage of reserved request parameters

v3.0.2

28 Mar 15:33
41075c2
Compare
Choose a tag to compare

Improved logging warnings.

v3.0.1

16 Nov 19:40
002c132
Compare
Choose a tag to compare

Fixed a but related to API key lookup in compatibility mode.

v3.0.0

16 Nov 16:34
fe26657
Compare
Choose a tag to compare

Please read the upgrade guide if you're coming from version 2, as there are breaking changes.

  • Adds the ability to store a name associated with each API key
  • API keys are now hashed in the database

v2.1.1

29 Mar 21:54
fae22db
Compare
Choose a tag to compare
Merge pull request #14 from givebutter/bugfix/composer-dependences

Moved phpunit and orchestra/testbench to dev depedencies

v2.1.0

17 Feb 09:29
1257a02
Compare
Choose a tag to compare

Laravel 10 support.

v2.0.0

13 Sep 21:16
4ddc351
Compare
Choose a tag to compare

Upgrading

  • Minimum Laravel version supported: 9.19

  • Minimum PHP version supported: 8.0

Changes

  • Upgraded orchestra/testbench to ^7.6

v1.2

11 Jan 19:48
a38c1e9
Compare
Choose a tag to compare
Merge pull request #9 from givebutter/keyable-scope

Update README

PHP 8 Support.

13 Jun 14:30
Compare
Choose a tag to compare
v1.1

Cleanup.

v1.0.2: Merge pull request #1 from francoism90/master

20 Sep 00:03
fe4e3e3
Compare
Choose a tag to compare
fix: str_random has been deprecated