Thanks to visit codestin.com
Credit goes to github.com

Skip to content

OAuthLib upcoming release 3.0.0 #512

Closed
@wiliamsouza

Description

@wiliamsouza

This is a backward incompatible release

Release notes for OAuthLib 3 to be released in 2018-02-05.

Updates to changelog:

3.0.0 Add new release changelog
2.0.5 Was released in 2017-10-18 according https://pypi.python.org/pypi/oauthlib/2.0.5
2.0.5 Add an entry explaining the problem of releasing backward incompatible version.
2.0.6 This is revert release from backward incompatible added in 2.0.5 notice.

CHANGELOG.rst

3.0.0 (2018-02-05)

This is a backward incompatible release

This release improves OpenID Connect supporting removing the need of using grant_type=openid in token endpoint and when defining a application credential the authorization_grant_type can be same already used (authorization-code) both for OpenID Connect and OAuth2.

Replaces the way to send a token from Authorization: JWT eyJhbGciOiAiUlMyNTYifQ... to Authorization: Bearer eyJhbGciOiAiUlMyNTYifQ....

2.0.6 (2017-10-19)

This is revert release from backward incompatible added in 2.0.5

2.0.5 (2017-10-18)

Do not use this version

By mistake backward incompatible changes were released in this version the next reverts it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions