Skip to content

Releases: mozilla-services/pyramid_multiauth

1.0.2

28 Mar 14:59
985461c
Compare
Choose a tag to compare

What's Changed

Documentation

Other Changes

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

28 Oct 09:12
1.0.1
624124a
Compare
Choose a tag to compare

Bug Fixes

  • Fix the ConfigurationError about authentication and authorization conflicting
    with the default security when loading various policies via their module name.

Internal Changes

  • Migrate CI from CircleCI to Github Actions
  • Tox: add py3.7 and py3.9 support
  • Remove code for Pyramid < 1.3
  • Use assertEqual() in tests
  • Drop support of Python 2.7

1.0.0

21 Oct 15:21
1.0.0
dd85bcd
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Pyramid 1.X (#27)

0.9.0

22 Oct 06:19
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for python 2.6

0.8.0

11 Feb 13:47
Compare
Choose a tag to compare
  • Provide userid attribute in MultiAuthPolicySelected event.
  • Always notify event when user is identified with authenticated_userid()
    (i.e. through effective_principals() with group finder callback).

0.7.0

09 Feb 09:29
Compare
Choose a tag to compare
  • Add get_policies() method to retrieve the list of contained authentication
    policies and their respective names.

0.6.0

28 Jan 09:13
Compare
Choose a tag to compare
  • Provide the policy name used in settings in the MultiAuthPolicySelected
    event.