Skip to content

Releases: subfission/cas

Updated for Laravel 5.2

17 Apr 10:38
Compare
Choose a tag to compare
Pre-release
  • 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

21 Jan 21:52
Compare
Choose a tag to compare

Fixed Typo in CASAuth middleware

PHP7 with CAS 1.3.4

21 Jan 00:45
Compare
Choose a tag to compare

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

20 Aug 23:34
Compare
Choose a tag to compare

This version includes the getAttributes method.

Patching Middlewares

20 May 23:48
Compare
Choose a tag to compare
Merge pull request #8 from subfission/develop

Fixed typo in Middleware

Initial working

28 Apr 18:55
Compare
Choose a tag to compare
1.0.0

Fixed typo in Cas Facade