Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

v1.0.0

Choose a tag to compare

@wndhydrnt wndhydrnt released this 28 Oct 19:09
· 21 commits to master since this release

Features:

Improvements:

  • Catch unexpected exceptions and respond with a OAuth2 'server_error'
  • Declare optional dependencies in setup.py
  • Move WSGI server code into its own module
  • Renamed class acting as entrypoint for WSGI server from 'Server' to 'Application'
  • Client Credentials Grant example
  • Methods authenticate and render_auth_page of a Site Adapter accept an instance of oauth2.datatype.Client

Bugfixes:

  • Fix Resource Owner Grant responding with HTTP status code '500' in case an owner could not be authorized
  • Fix "scope" parameter not being urlencoded