Skip to content

Releases: activecollab/authentication

2.1.7

21 Jan 16:32
Compare
Choose a tag to compare

Add ExceptionAwareInterface, so we can make authorizers exception aware, and implement exception handling per authorizer

2.1.6

22 Dec 19:05
Compare
Choose a tag to compare

Support different username formats.

2.1.5

22 Dec 18:55
Compare
Choose a tag to compare

Added support to local authorizer to require username to be an email address.

2.1.4

17 Dec 13:16
Compare
Choose a tag to compare

Check for value prior to returning it from value container.

2.1.3

17 Dec 04:45
Compare
Choose a tag to compare

Move RequestValueContainer to Utils package.

2.1.2

15 Dec 01:19
Compare
Choose a tag to compare

Use value container to get transport from request (or any other value container) in ApplyAuthenticationMiddleware.

2.1.1

11 Dec 23:11
Compare
Choose a tag to compare

Authentication transport can be applied when exiting middleware stack (for scenarios where controller action is the core of the stack).

2.1.0

28 Nov 09:21
Compare
Choose a tag to compare

Add SAML IdP

2.0.1

20 Nov 15:47
Compare
Choose a tag to compare

Remove deprecated interfaces

2.0.0

20 Nov 15:42
Compare
Choose a tag to compare

Version 2.0.0 brings:

  1. Authentication library can be invoked in PSR-7 middleware stacks
  2. Authentication library uses authentication transports to communicate changes with the rest of the system
  3. Authorizers can be request aware
  4. Improved tests and coverage