github oauthlib/oauthlib 0.6.0

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

OAuth 1 & 2 provider API refactor with breaking changes:

  • All endpoint methods change contract to return 3 values instead of 4. The new
    signature is headers, body, status code where the initial redirect_uri
    has been relocated to its rightful place inside headers as Location.
  • OAuth 1 Access Token Endpoint has a new required validator method
    invalidate_request_token.
  • OAuth 1 Authorization Endpoint now returns a 200 response instead of 302 on
    oob callbacks.

Don't miss a new oauthlib release

NewReleases is sending notifications on new releases.