Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.2.1 source code.tar.gz | 2022-09-09 | 671.8 kB | |
3.2.1 source code.zip | 2022-09-09 | 789.9 kB | |
README.md | 2022-09-09 | 1.7 kB | |
Totals: 3 Items | 1.5 MB | 0 |
In short
OAuth2.0 Provider: * [#803] : Metadata endpoint support of non-HTTPS
OAuth1.0: * [#818] : Allow IPv6 being parsed by signature
General: * Improved and fixed documentation warnings. * Cosmetic changes based on isort
What's Changed
- add missing slots to TokenBase by @ariebovenberg in https://github.com/oauthlib/oauthlib/pull/804
- Add CORS support for Refresh Token Grant. by @luhn in https://github.com/oauthlib/oauthlib/pull/806
- GitHub Action to lint Python code by @cclauss in https://github.com/oauthlib/oauthlib/pull/797
- Docs: fix Sphinx warnings for better ReadTheDocs generation by @JonathanHuot in https://github.com/oauthlib/oauthlib/pull/807
- Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. by @luhn in https://github.com/oauthlib/oauthlib/pull/803
- chore: fix typo in test by @tamanobi in https://github.com/oauthlib/oauthlib/pull/816
- Fix typo in server.rst by @NemanjaT in https://github.com/oauthlib/oauthlib/pull/819
- Fixed isort imports by @dasm in https://github.com/oauthlib/oauthlib/pull/820
- docs: Fix a few typos by @timgates42 in https://github.com/oauthlib/oauthlib/pull/822
- docs: fix typos by @kianmeng in https://github.com/oauthlib/oauthlib/pull/823
New Contributors
- @ariebovenberg made their first contribution in https://github.com/oauthlib/oauthlib/pull/804
- @tamanobi made their first contribution in https://github.com/oauthlib/oauthlib/pull/816
- @NemanjaT made their first contribution in https://github.com/oauthlib/oauthlib/pull/819
- @kianmeng made their first contribution in https://github.com/oauthlib/oauthlib/pull/823
Full Changelog: https://github.com/oauthlib/oauthlib/compare/v3.2.0...v3.2.1