laravel-auth0

Laravel SDK for Auth0 Authentication and Management APIs.

MIT License

Downloads
3.4M
Stars
245
Committers
65

Bot releases are hidden (Show)

laravel-auth0 - 7.0.0

Published by evansims over 2 years ago

Full Changelog

Auth0 Laravel SDK v7 includes many significant changes over previous versions:

  • Support for Laravel 9.
  • Support for Auth0-PHP SDK 8.
  • New authentication route controllers for plug-and-play login support.
  • Improved authentication middleware for regular web applications.
  • New authorization middleware for token-based backend API applications.

As expected with a major release, Auth0 Laravel SDK v7 includes breaking changes. Please review the upgrade guide thoroughly to understand the changes required to migrate your application to v7.

Breaking Changes Summary

  • Namespace has been updated from Auth0\Login to Auth0\Laravel
  • Auth0-PHP SDK dependency updated to V8
  • New configuration format
  • SDK now self-registers its services and middleware
  • New UserProvider API
laravel-auth0 - 7.0.0-BETA2

Published by evansims over 2 years ago

Full Changelog

Please review the BETA1 changelog notes before upgrading your application from 6.x, as 7.0 is a new major containing breaking changes. As with all beta releases, this should not be considered stable or suitable for production use, but your experimentation with and feedback around it is greatly appreciated.

Changes

laravel-auth0 - 7.0.0-BETA1

Published by evansims over 2 years ago

Full Changelog

Auth0 Laravel SDK v7 includes many significant changes over previous versions:

  • Support for Laravel 9.
  • Support for Auth0-PHP SDK 8.
  • New authentication route controllers for plug-and-play login support.
  • Improved authentication middleware for regular web applications.
  • New authorization middleware for token-based backend API applications.

As expected with a major release, Auth0 Laravel SDK v7 includes breaking changes. Please review the upgrade guide thoroughly to understand the changes required to migrate your application to v7.

Breaking Changes Summary

  • Namespace has been updated from Auth0\Login to Auth0\Laravel
  • Auth0-PHP SDK dependency updated to V8
  • New configuration format
  • SDK now self-registers it's services and middleware
laravel-auth0 - 6.5.0

Published by evansims about 3 years ago

Full Changelog

Added

  • Add SDK alias methods for passwordless endpoints #228 (evansims)
laravel-auth0 - 6.4.1

Published by evansims about 3 years ago

Full Changelog

Fixed

  • Use fully qualified facade class names #215 (Rezouce)
  • Update auth0-PHP dependency #222 (evansims)
  • Pass api_identifier config as audience to Auth0\SDK\Auth0 #214 (iSerter)
laravel-auth0 - 6.4.0

Published by evansims over 3 years ago

Full Changelog

Changed

laravel-auth0 - 6.3.0

Published by evansims over 3 years ago

Full Changelog

Changed

  • Store changes made to the user object during the onLogin event hook #206 (evansims)

Fixed

  • Avoid throwing an error when calling getUserByUserInfo() during login callback event when the supplied profile is empty/null #207 (evansims)
laravel-auth0 - 6.2.0

Published by evansims almost 4 years ago

Full Changelog

This release introduces support for the release of PHP 8.0 and drops support for Laravel 5.X, which reached its extended end-of-life early last year. Please ensure you are running up to date and supported versions of PHP and Laravel in your environments.

If you are running legacy applications on Laravel 5.X, you can pin 6.1.* of this plugin in your composer.json file, which is our last release that supports that series — but we strongly encourage you to update your project to a supported version of Laravel as soon as possible.

As of this release we support Laravel 6.X, 7.X and 8.X. You can review Laravel's support timelines for these series here.

Added

Fixed

  • Fix missing return null; in getUserByIdentifier #201 (sebwas)
laravel-auth0 - 6.1.0

Published by jimmyjames about 4 years ago

Full Changelog

Added

Fixed

laravel-auth0 - 6.0.1

Published by jimmyjames over 4 years ago

Full Changelog

Fixed

laravel-auth0 - 6.0.0

Published by joshcanhelp over 4 years ago

Full Changelog

This is a major release and includes breaking changes! This release also includes a major version change for the PHP SDK that it relies on. Please see the migration guide for the PHP SDK for more information.

Closed issues

  • auth0-PHP 7.0 - State and nonce handling #163
  • Cannot use actingAs unit tests functionality #161

Added

Changed

Fixed

laravel-auth0 - 5.4.0

Published by joshcanhelp over 4 years ago

Full Changelog

Closed issues

  • Laravel 7.0 supported release. #171

Fixed

Added

laravel-auth0 - 5.3.1

Published by joshcanhelp almost 5 years ago

Full Changelog

Closed issues

  • Setting of state_handler in Auth0Service causes "Invalid state" error #154

Fixed

  • Allow store and state_handler to be passed in from config #156 (joshcanhelp)
  • Add 'persist_refresh_token' key to laravel-auth0 configuration file. #152 (tpenaranda)
  • Replace setEnvironment with setEnvProperty #145 (nstapelbroek)
laravel-auth0 -

Published by joshcanhelp about 5 years ago

Full Changelog

Closed issues

  • Feature request: Add Laravel 6 support #138
  • SessionStateHandler should use LaravelSessionStore not SessionStore #125

Added

Fixed

laravel-auth0 - 5.2.0

Published by joshcanhelp over 5 years ago

Full Changelog

Closed issues

  • Authenticate as a Laravel API user using the Auth0 token #129
  • Redirect to previous page after login #122
  • Auth0User uses private variables so they cannot be accessed or overridden in child class #120
  • API routes broken in auth0-laravel-php-web-app (and in general)? #117
  • API returning "token algorithm not supported" #116
  • Changing name of user identifier #115
  • Possible to use User object functions? #114
  • [email protected] breaks Laravel-Auth0 #108
  • Extend Illuminate\Foundation\Auth\User #104
  • [Bug] Inconsistencies with the singleton Auth0Service #103
  • How do you combine Auth0 Lock with Laravel Auth0? #102
  • OnLogin callback question #97

Added

Changed

  • Change private properties to protected #132 (joshcanhelp)
  • Return null instead of false in Auth0UserProvider. #128 (afreakk)
  • Change the visibility of the getter method from private to public #121 (irieznykov)
  • Updated required PHP version to 5.4 in composer #118 (dmyers)
  • Changed arrays to use short array syntax #110 (dmyers)

Fixed

laravel-auth0 - 5.1.0

Published by joshcanhelp over 6 years ago

Closed issues

Added

Changed

Fixed

laravel-auth0 -

Published by glena about 7 years ago

laravel-auth0 -

Published by glena over 7 years ago

laravel-auth0 -

Published by glena over 7 years ago

laravel-auth0 -

Published by glena almost 8 years ago