laravel-auth0

Laravel SDK for Auth0 Authentication and Management APIs.

MIT License

Downloads
3.4M
Stars
245
Committers
65

Bot releases are visible (Hide)

laravel-auth0 - SDK Client headers spec compliant

Published by glena over 9 years ago

laravel-auth0 - API v2 support + auth0-php 1.0.0 upgrade

Published by glena over 9 years ago

laravel-auth0 - 2.0.0 Auth0 for Laravel 5

Published by glena over 9 years ago

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).
laravel-auth0 - Fixing version incompatibility with Laravel 4.2

Published by mgonto about 10 years ago

laravel-auth0 - 1.0.5

Published by mgonto about 10 years ago

Build wan't working due to a dependency naming change and a bug on composer, where if you use 4.1.* for versioning but the tags are v4.1.2 they're not recognized by composer. Fixing version to the last 4.1.X now.

laravel-auth0 - Fixed documentation

Published by hrajchert over 10 years ago

Also, changed name of the function to get the jwt user from apiuser to jwtuser

laravel-auth0 - Fixed problem with composer

Published by hrajchert over 10 years ago