Releases: activecollab/authentication
Releases · activecollab/authentication
3.0.0
Merge pull request #20 from activecollab/v3.0 V3.0
2.2.3
Merge pull request #19 from srdjanmarjanovic/master Add session duration type to SSO response
2.2.2
Use PHP's built in random features (CSPRNG), and drop reliance on RandomLib (which still uses mcrypt exclusively).
2.2.1
Fix deauthentication callback setter name.
2.2.0
Introduced authentication events.
2.1.12
Fix issue introduced by automatic refactoring.
2.1.11
All built in authorizers are exception aware now.
2.1.10
Improve exception handling, and update PHP CS fixer
2.1.9
Added support for RequestAwareProcessor
2.1.8
Make sure that exception handlers get $credentials
, so they can have all the needed information whey they are doing what they have to do.