Releases: tilgovi/pyramid-oauthlib
Releases · tilgovi/pyramid-oauthlib
v1.0.0
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.0
Features
- Expose
add_oauth_param
as a directive onConfigurator
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 ofrequest.params
in favor of the transparent attribute access pattern of OAuthLib
request instances.
v0.1.1
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.