Skip to content

Releases: snelg/cakephp-3-cas

CURL config pass-through option

05 Jul 19:48
Compare
Choose a tag to compare

Added a config option to pass through CURL options to CAS config

CURL config pass-through option

05 Jul 19:48
Compare
Choose a tag to compare

Added a config option to pass through CURL options to CAS config

Another tiny deprecation update

26 Jun 19:13
8305a14
Compare
Choose a tag to compare

Not much to see here

CakePHP 3.5+ compatibility

29 May 19:57
Compare
Choose a tag to compare

Just a little deprecation update

CakePHP 3.4 upgrade

16 Mar 14:13
5e47635
Compare
Choose a tag to compare

Fix deprecated references in CakePHP 3.4+

Fix testing errors

23 Jan 00:11
Compare
Choose a tag to compare

If CasAuthenticate is instantiated more than once, e.g. while running unit tests, then the static-global configuration of phpCAS can cause problems. This release fixes that issue.

License

01 Apr 16:37
Compare
Choose a tag to compare

No code change, just adding Apache License 2.0

Allow phpCAS updates

06 Jan 21:41
Compare
Choose a tag to compare

Updated composer requirements to allow versions of phpCAS > 1.3.3

Sensible Defaults

15 Sep 16:41
Compare
Choose a tag to compare

Updated default parameters. "port": 443, and "uri": [empty string]

Authorize Event dispatch

17 Aug 19:31
Compare
Choose a tag to compare

Added an event dispatcher so that you can modify CAS user data as needed.