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

v0.6.0

Pre-release
Pre-release

Choose a tag to compare

@wndhydrnt wndhydrnt released this 06 Mar 12:03
· 140 commits to master since this release

Features:

  • Issue unique access tokens
  • Define what grants a client is allowed to use

Improvements:

  • Corrected class references in doc strings (Josh Johnston)
  • Proper handling of errors raised by store adapters

Bugfixes:

  • Added missing scopes parameter in SiteAdapter base class (Josh Johnston)
  • Deleting authorization token after usage (Josh Johnston)
  • Scope parameter not returned by access token response of Authorization Code Grant
  • Added missing cache control headers to responses containing a token
  • Fixed ClientCredentialsGrant returning a value of 0 of 'expires_in' with refresh token disabled