Releases: subfission/cas
Releases · subfission/cas
CAS Enhancements
New features / updates:
- Supports additional CAS versions, including version 1,2,3
- CAS logout method supports redirection service as a secondary argument
- Full backwards compatibility
Certificate issue patch
Fixed missing prefix Fixed a config prefix that prevented access to some env variables
Updated for JSON requests
JSON requests now detected and handled by example middleware.
Updates to Masquerading
New features and more code documentation!
Updates
- hasAttribute(String $key) : allows you to check CAS for existence of a key.
- isMasquerading() ->boolean : check if current instance is doing a CAS auth simulation
- setAttributes(array $attr) : set the attributes expected when simulating CAS auth
- More documentation in code
Bugs Squashed
- Resolved inconsistencies with getAttribute() found by @borys-p
- Fixed documentation issues with grammar & typos
v2.0.6: Typo in cas_redirect_path variable
Also, removed default redirect override to "home" so default installs don't break on update.
Secured CAS Cookie
Fixed and ready
Secured CAS Cookie
A default security measure has been included in the cookie.
2.0.3 Finalized
Newer and more flexible system for accessing phpCAS now integrated. This should allow more control for the developer.
The common methods are easily accessed for any basic CAS auth application with the flexibility to access more advanced methods.
Prototyping for more flexibility / custom configurations
Please test and describe any issues you may be having in detail.
THANK YOU
Updated for Laravel 5.2
Included Support
- latest phpCAS
- verbose logging
- PHP 5.5 - 7.x (others untested)
- Laravel 5.2