Skip to content

5.2.0

Compare
Choose a tag to compare
@joshcanhelp joshcanhelp released this 27 Jun 21:22
bdd27ad

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
  • Auth0-PHP@5.3.1 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