Skip to content

v3.8.2

Choose a tag to compare

@crynobone crynobone released this 26 Aug 05:04
· 75 commits to master since this release

Added

  • Added Orchestra\Auth\Concerns\HasRoles.
  • Added Orchestra\Auth\Concerns\ProvidesRoles.

Changes

  • Override Orchestra\Auth\AuthManager::viaRequest() to use Orchestra\Auth\RequestGuard.
  • Orchestra\Authorization should accepts Illuminate\Contracts\Auth\Guard and only check for Orchestra\Contracts\Auth\Guard if it's available.