Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.2.0 source code.tar.gz | 2022-01-29 | 670.9 kB | |
3.2.0 source code.zip | 2022-01-29 | 788.3 kB | |
README.md | 2022-01-29 | 1.6 kB | |
Totals: 3 Items | 1.5 MB | 0 |
Changelog
OAuth2.0 Client: * [#795]: Add Device Authorization Flow for Web Application * [#786]: Add PKCE support for Client * [#783]: Fallback to none in case of wrong expires_at format.
OAuth2.0 Provider: * [#790]: Add support for CORS to metadata endpoint. * [#791]: Add support for CORS to token endpoint. * [#787]: Remove comma after Bearer in WWW-Authenticate
OAuth2.0 Provider - OIDC:
* [#755]: Call save_token in Hybrid code flow
* [#751]: OIDC add support of refreshing ID Tokens with refresh_id_token
* [#751]: The RefreshTokenGrant modifiers now take the same arguments as the
AuthorizationCodeGrant modifiers (token
, token_handler
, request
).
General: * Added Python 3.9, 3.10, 3.11 * Improve Travis & Coverage
New Contributors
- @kazkansouh made their first contribution in https://github.com/oauthlib/oauthlib/pull/771
- @riconnon made their first contribution in https://github.com/oauthlib/oauthlib/pull/777
- @dotGiff made their first contribution in https://github.com/oauthlib/oauthlib/pull/783
- @freeman1981 made their first contribution in https://github.com/oauthlib/oauthlib/pull/787
- @Xpyder made their first contribution in https://github.com/oauthlib/oauthlib/pull/793
- @rigzba21 made their first contribution in https://github.com/oauthlib/oauthlib/pull/786
- @cclauss made their first contribution in https://github.com/oauthlib/oauthlib/pull/796
- @kellyma2 made their first contribution in https://github.com/oauthlib/oauthlib/pull/795
Full Changelog: https://github.com/oauthlib/oauthlib/compare/v3.1.1...v3.2.0