NEWS for lazr.authentication

0.1.4

  • Switch from buildout to tox.

  • Make httplib2 and wsgi_intercept test dependencies, not install dependencies.

  • Remove unused zope.interface dependency.

  • Add basic pre-commit configuration.

  • Publish documentation on Read the docs.

  • Add pre-commit hooks for black and isort.

  • Apply inclusive naming via the woke pre-commit hook.

0.1.3 (2014-11-08)

  • Provide Python 3 support.

  • Fix wsgi compatibility bug.

0.1.2 (2010-02-09)

  • Fixed a bug that prevented middleware instances from stacking.

0.1.1 (2009-10-19)

  • Fixed a bug that caused the OAuth middleware to specify the authentication realm as Basic.

0.1.0 (2009-10-07)

  • Initial release