github oauthlib/oauthlib 0.6.1

latest releases: v3.2.2, v3.2.1, v3.2.0...
8 years ago

Draft revocation endpoint features and numerous fixes including:

  • (OAuth 2 Provider) is_within_original_scope to check whether a refresh token
    is trying to aquire a new set of scopes that are a subset of the original scope.
  • (OAuth 2 Provider) expires_in token lifetime can be set per request.
  • (OAuth 2 Provider) client_authentication_required method added to differentiate
    between public and confidential clients.
  • (OAuth 2 Provider) rotate_refresh_token now indicates whether a new refresh
    token should be generated during token refresh or if old should be kept.
  • (OAuth 2 Provider) returned JSON headers no longer include charset.
  • (OAuth 2 Provider) validate_authorizatoin_request now also includes the
    internal request object in the returned dictionary. Note that this is
    not meant to be relied upon heavily and its interface might change.
  • and many style and typo fixes.

Don't miss a new oauthlib release

NewReleases is sending notifications on new releases.