0.4.2 (2020-09-07)
==================

Bug Fixes
---------

- Add missing parameters from OAuthLib.

0.4.1 (2019-06-28)
==================

Bug Fixes
---------

- Fix `duplicate_params` request property.
- Fix version specifier to indicate that OAuthLib 3 is not yet supported.

0.4.0 (2018-11-16)
==================

Breaking Changes
----------------

- Drop support for Pyramid 1.3 and below.

Features
--------

- Pyramid 1.10 support.

0.3.0 (2018-03-10)
==================

Features
--------

- Python 3 support.
- Support for password credential flow parameters.


0.2.0 (2014-11-21)
==================

Features
--------

- Expose `add_oauth_param` as a directive on `Configurator` instances.
  OAuthLib code typically assumes these attributes exist on the request
  instance. Exposing this directive allows custom extensions to be more
  portable to non-Pyramid code by avoiding the use of `request.params`
  in favor of the transparent attribute access pattern of OAuthLib
  request instances.

0.1.1 (2014-08-04)
==================

Features
--------

- Request methods for easy integration of OAuth flows.
- Request parameters to integrate with OAuthLib modules.
- Registration of new grant, response, and token types, (optionally)
  using dotted name resolution.
- Introspectable configuration.
- Full unit test coverage

Missing in this release
-----------------------

- Support for revocation.
