Proxy Supported
Pre-release
Pre-release
Laravel CAS Server now support for proxy of CAS protocol, this is a RC version.
Notice: there are breaking changes between 1.x and 2.x, if you need to upgrade 1.x to 2.x, you can follow these steps:
Leo108\CAS\Contracts\Interactions\UserLogininterface has breaking changes, methodsshowAuthenticateFailed/showLoggedOutwere added, the parameters and return type ofloginandlogouthave been changed.- route name
login_pagehas been renamed tologin.get. servicestable added a column namedallow_proxy, you may need to handle it when creating/updating service records.- you need to execute
php artisan vendor:publish --provider="Leo108\CAS\CASServerServiceProvider" --forceto publish new migrations and config file, and then executephp artisan migrateto migrate database changes.