- Provide the policy name used in settings in the ``MultiAuthPolicySelected`` event.
0.5.0
==================
- Read authorization policy from settings if present.
0.4.0
==================
- Make authenticated_userid None when groupfinder returns None.
0.3.2
==================
- Fix some merge bustage; this should contain all the things that were *claimed* to be contained in the 0.3.1 release, but in fact were not.
0.3.1
==================
- MultiAuthPolicySelected events now include the request object, so you can e.g. access the registry from the handler function. - Fixed some edge-cases in merging effective_principals with the output of the groupfinder callback.
0.3.0
==================
- Support for Python3 via source-level compatibility. - Fire a MultiAuthPolicySelected event when a policy is successfully used for authentication.