<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git, branch secpol</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>create security policy</title>
<updated>2022-08-30T04:13:24+00:00</updated>
<author>
<name>Asif Saif Uddin</name>
<email>auvipy@gmail.com</email>
</author>
<published>2022-08-30T04:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=511ea25363cdeb955d8945f9d93594da0a6b9b80'/>
<id>511ea25363cdeb955d8945f9d93594da0a6b9b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix typos</title>
<updated>2022-07-05T18:29:54+00:00</updated>
<author>
<name>Kian-Meng Ang</name>
<email>kianmeng@cpan.org</email>
</author>
<published>2022-07-05T15:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=0adbbe10ed8ef822d1c780987fffc56670ce3f9f'/>
<id>0adbbe10ed8ef822d1c780987fffc56670ce3f9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix a few typos</title>
<updated>2022-07-03T06:16:49+00:00</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2022-07-02T22:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=6569ec3c062be7268f4a17f5a371aa29f1bcfa4a'/>
<id>6569ec3c062be7268f4a17f5a371aa29f1bcfa4a</id>
<content type='text'>
There are small typos in:
- docs/oauth1/security.rst
- docs/oauth2/grants/custom_grant.rst
- oauthlib/oauth2/rfc6749/clients/backend_application.py
- oauthlib/oauth2/rfc6749/clients/base.py
- oauthlib/oauth2/rfc6749/clients/legacy_application.py
- oauthlib/oauth2/rfc6749/clients/service_application.py
- oauthlib/oauth2/rfc6749/clients/web_application.py
- oauthlib/oauth2/rfc6749/endpoints/revocation.py
- oauthlib/oauth2/rfc6749/parameters.py
- oauthlib/openid/connect/core/grant_types/dispatchers.py

Fixes:
- Should read `parameters` rather than `paramters`.
- Should read `instantiate` rather than `instanciate`.
- Should read `successfully` rather than `sucessfully`.
- Should read `present` rather than `pressent`.
- Should read `parameter` rather than `paramater`.
- Should read `efficient` rather than `effecient`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are small typos in:
- docs/oauth1/security.rst
- docs/oauth2/grants/custom_grant.rst
- oauthlib/oauth2/rfc6749/clients/backend_application.py
- oauthlib/oauth2/rfc6749/clients/base.py
- oauthlib/oauth2/rfc6749/clients/legacy_application.py
- oauthlib/oauth2/rfc6749/clients/service_application.py
- oauthlib/oauth2/rfc6749/clients/web_application.py
- oauthlib/oauth2/rfc6749/endpoints/revocation.py
- oauthlib/oauth2/rfc6749/parameters.py
- oauthlib/openid/connect/core/grant_types/dispatchers.py

Fixes:
- Should read `parameters` rather than `paramters`.
- Should read `instantiate` rather than `instanciate`.
- Should read `successfully` rather than `sucessfully`.
- Should read `present` rather than `pressent`.
- Should read `parameter` rather than `paramater`.
- Should read `efficient` rather than `effecient`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed isort imports</title>
<updated>2022-06-15T19:57:49+00:00</updated>
<author>
<name>Dariusz Smigiel</name>
<email>dsmigiel@redhat.com</email>
</author>
<published>2022-06-15T19:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=bdc486e2bc3a188027a4ebec3a3013e64023ce62'/>
<id>bdc486e2bc3a188027a4ebec3a3013e64023ce62</id>
<content type='text'>
tox runs isort, whicn pointed multiple errors.
Fixed them in this PR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox runs isort, whicn pointed multiple errors.
Fixed them in this PR
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in server.rst</title>
<updated>2022-05-25T16:27:13+00:00</updated>
<author>
<name>Nemanja Tozic</name>
<email>nemanjat94@gmail.com</email>
</author>
<published>2022-05-25T14:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=7db45bda96ea6f5fde1186e8fd43d75ce6b95ab5'/>
<id>7db45bda96ea6f5fde1186e8fd43d75ce6b95ab5</id>
<content type='text'>
missing semicolon</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
missing semicolon</pre>
</div>
</content>
</entry>
<entry>
<title>chore: s/bode_code_verifier/body_code_verifier/g</title>
<updated>2022-05-15T10:43:31+00:00</updated>
<author>
<name>kohki yamagiwa</name>
<email>tamanobi@gmail.com</email>
</author>
<published>2022-05-08T09:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=b14ad85921db2406ecaf5927a8be08a7566c236e'/>
<id>b14ad85921db2406ecaf5927a8be08a7566c236e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. (#803)</title>
<updated>2022-03-06T17:24:34+00:00</updated>
<author>
<name>Theron Luhn</name>
<email>theron@luhn.com</email>
</author>
<published>2022-03-06T17:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=b123283ba3d41acb3e787fdf68bd5907972b4bad'/>
<id>b123283ba3d41acb3e787fdf68bd5907972b4bad</id>
<content type='text'>
* Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT.

* Add unit test for validating issuer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT.

* Add unit test for validating issuer.</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)</title>
<updated>2022-02-24T01:07:49+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2022-02-24T01:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=2f887b5a070bf617a471c573ad52fb58251c61af'/>
<id>2f887b5a070bf617a471c573ad52fb58251c61af</id>
<content type='text'>
* Fix list of current features for 3.2.0

* Renamed travis-ci.org icon URLs

* Force fixing the warnings in the docs generation

* Removed unused folder reference

* Added orphean documents into summary.

* Fix docstring formatting example in contributing page.

* Removed unused argument from documentation

* Fix sphinx warning resulting in loss of formatting in RTD.

* Force setuptools until https://github.com/pypa/setuptools/issues/3118 is fixed

* Prevent linux redirection in travis instructions

* Add graphviz/dot command to generate docs frmo Travis</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix list of current features for 3.2.0

* Renamed travis-ci.org icon URLs

* Force fixing the warnings in the docs generation

* Removed unused folder reference

* Added orphean documents into summary.

* Fix docstring formatting example in contributing page.

* Removed unused argument from documentation

* Fix sphinx warning resulting in loss of formatting in RTD.

* Force setuptools until https://github.com/pypa/setuptools/issues/3118 is fixed

* Prevent linux redirection in travis instructions

* Add graphviz/dot command to generate docs frmo Travis</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #797 from cclauss/patch-2</title>
<updated>2022-02-18T20:28:07+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2022-02-18T20:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d4bafd9f1d0eba3766e933b1ac598cbbf37b8914'/>
<id>d4bafd9f1d0eba3766e933b1ac598cbbf37b8914</id>
<content type='text'>
GitHub Action to lint Python code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub Action to lint Python code</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #806 from luhn/refresh-grant-cors</title>
<updated>2022-02-18T20:14:20+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2022-02-18T20:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f175204fee78b99be13ab1973e563795fc81d199'/>
<id>f175204fee78b99be13ab1973e563795fc81d199</id>
<content type='text'>
Add CORS support for Refresh Token Grant.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add CORS support for Refresh Token Grant.</pre>
</div>
</content>
</entry>
</feed>
