Releases: activecollab/authentication
Releases · activecollab/authentication
2.1.7
Add ExceptionAwareInterface
, so we can make authorizers exception aware, and implement exception handling per authorizer
2.1.6
Support different username formats.
2.1.5
Added support to local authorizer to require username to be an email address.
2.1.4
Check for value prior to returning it from value container.
2.1.3
Move RequestValueContainer
to Utils
package.
2.1.2
Use value container to get transport from request (or any other value container) in ApplyAuthenticationMiddleware
.
2.1.1
Authentication transport can be applied when exiting middleware stack (for scenarios where controller action is the core of the stack).
2.1.0
Add SAML IdP
2.0.1
Remove deprecated interfaces
2.0.0
Version 2.0.0 brings:
- Authentication library can be invoked in PSR-7 middleware stacks
- Authentication library uses authentication transports to communicate changes with the rest of the system
- Authorizers can be request aware
- Improved tests and coverage