Releases: subfission/cas
Releases · subfission/cas
Updated for Laravel 5.2
- Resolved BindingResolutionException caught by @bandgeekndb
- While this appears to be stable, waiting for any feedback until March 1 before marking this as stable version 2.0.3.
Note:
dev-master will always be up-to-date. If you are building for production sites. I recommend you lock onto a version that works well for your project.
Proposed versioning:
Laravel 5.2 -> CAS 2.x.x
Laravel 5.3 -> CAS 3.x.x
...I advise against using CAS for Lumen projects...
Fixed Typo
Fixed Typo in CASAuth middleware
PHP7 with CAS 1.3.4
Version 2.x.x
Version 2 of this CAS will now be moving forward with PHP 7 and Jasig/CAS 1.3.4. There are issues with CAS 1.3.3 as well as the 1.3.4 version has increased debugging capabilities for developers.
Note
- Most of this project is backwards compatible. Additional options are available to you now. If you choose not to use them, they are disabled by default.
- This version is production tested, however, you may need to make/modify the provided middleware to suit your own project needs.
- The middleware provided assumes that you will be using CAS for authentication and your own middleware for authorization.
Time Tested & Stable
This version includes the getAttributes method.
Patching Middlewares
Merge pull request #8 from subfission/develop Fixed typo in Middleware
Initial working
1.0.0 Fixed typo in Cas Facade