Skip to content

Releases: PRayno/CasAuthBundle

SF 5 compatibility

Choose a tag to compare

@PRayno PRayno released this 17 Dec 17:25
afc7e55

Fixed SF 5 compatibility without breaking SF < 4.2 versions.
Thanks @scar63 !

Backward compatibility bug fix

Choose a tag to compare

@PRayno PRayno released this 02 Apr 16:06

Fixed a critical bug on SF 3.4 (#22)

Symfony 4.2 compatibility

Choose a tag to compare

@PRayno PRayno released this 21 Mar 13:53

Fixed deprecation in TreeBuilder and a bug when authentication fails

Global logout and failure event

Choose a tag to compare

@PRayno PRayno released this 26 Jul 10:20
  • New service to logout remotely from the CAS server when logging out from the app (see #13)
  • New authentication failure event listener

Symfony 4 compatibility

Choose a tag to compare

@PRayno PRayno released this 15 Mar 16:29

Now compatible with Symfony 4
Thanks @cilefen for your work

Better URLs

Choose a tag to compare

@PRayno PRayno released this 30 Aug 11:30

URL management is much better, CAS tokens are no longer exposed to the user.
Thank you @adamfranco for this PR !

Use of Guzzle

Choose a tag to compare

@PRayno PRayno released this 25 Mar 13:50

The bundle is now more configurable and uses Guzzle library to send HTTP requests to the CAS server.
Thanks to webmastard !

First release

Choose a tag to compare

@PRayno PRayno released this 05 Feb 09:23

This is the first functional release.