Skip to content

Releases: auth0/laravel-auth0

Added persistence config

25 Jan 14:01

Choose a tag to compare

Merge pull request #29 from carnevalle/patch-1

Added optional persistence configuration values

updated dependency

18 Jan 20:49

Choose a tag to compare

3.0.1

updated package version

Laravel 5.2 support

06 Jan 15:07

Choose a tag to compare

Merge pull request #23 from auth0/3.x.x-dev

updated to be compatible with laravel 5.2

2.2.0: Merge pull request #22 from auth0/2.x.x-dev

30 Nov 22:43

Choose a tag to compare

updated auth0-php dependency version

Support for Laravel 5.1+

27 Oct 13:19

Choose a tag to compare

Removed middleware contract

Updated JWT dependency

17 Jul 17:31

Choose a tag to compare

Merge pull request #14 from auth0/2.x.x-dev

updated jwt dependency

Override info headers

15 May 14:57

Choose a tag to compare

Merge pull request #13 from auth0/2.x.x-dev

Added override of info headers

SDK Client headers spec compliant

12 May 15:00

Choose a tag to compare

Merge pull request #12 from auth0/2.x.x-dev

SDK Client headers spec compliant #11

API v2 support + auth0-php 1.0.0 upgrade

07 May 20:11

Choose a tag to compare

2.1.0

updated composer.json

2.0.0 Auth0 for Laravel 5

20 Apr 19:29

Choose a tag to compare

This release adds Laravel 5 compatibility.

Upgrade guide:

  • Add the new middleware to your app/Http/Kernel.php file and change your rules (since filters are not supported, you need to change them to use the new middleware - check the README -).
  • Bind the Auth0UseRepository in your AppServiceProvider (or create your own and bind it).
  • Update your configuration (publish it and copy your Auth0 app data to it).