Skip to content

Releases: activecollab/authentication

3.0.0

23 Jun 19:36
113208e
Compare
Choose a tag to compare
Merge pull request #20 from activecollab/v3.0

V3.0

2.2.3

10 Apr 05:52
ad7feea
Compare
Choose a tag to compare
Merge pull request #19 from srdjanmarjanovic/master

Add session duration type to SSO response

2.2.2

16 Jul 05:59
Compare
Choose a tag to compare

Use PHP's built in random features (CSPRNG), and drop reliance on RandomLib (which still uses mcrypt exclusively).

2.2.1

30 Jan 06:39
Compare
Choose a tag to compare

Fix deauthentication callback setter name.

2.2.0

29 Jan 07:51
Compare
Choose a tag to compare

Introduced authentication events.

2.1.12

25 Jan 11:30
Compare
Choose a tag to compare

Fix issue introduced by automatic refactoring.

2.1.11

25 Jan 10:18
Compare
Choose a tag to compare

All built in authorizers are exception aware now.

2.1.10

25 Jan 10:09
Compare
Choose a tag to compare

Improve exception handling, and update PHP CS fixer

2.1.9

25 Jan 07:42
Compare
Choose a tag to compare

Added support for RequestAwareProcessor

2.1.8

21 Jan 16:45
Compare
Choose a tag to compare

Make sure that exception handlers get $credentials, so they can have all the needed information whey they are doing what they have to do.