<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/docs/oauth2, branch CI</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<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://git.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://git.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>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://git.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>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://git.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>Add support for device authorization flow (RFC8628) (#795)</title>
<updated>2022-01-18T03:21:08+00:00</updated>
<author>
<name>Mike Kelly</name>
<email>kellyma@gmail.com</email>
</author>
<published>2022-01-18T03:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=c3e878733fa911804c7f55cf72f66dc281922fca'/>
<id>c3e878733fa911804c7f55cf72f66dc281922fca</id>
<content type='text'>
* rfc8628: Add client implementation for token retrieval

This change adds an implementation of the Device Authorization flow
client from RFC8628.  The initial structure is derived from the
existing BackendApplicationClient with the addition of the device_code
in the client.

This change does not provide the support necessary for querying the
device code endpoint in order to generate the initial device_code and
URL that is required for completing the full end to end device
authorization process.

* Add device token fetch URI generator

In order to perform the full device authorization flow it's necessary
to first generate the device code and get the authorization flow URL.

prepare_request_uri() allows us to do this while providing scopes and
additional parameters.

* Remove encoding lines

These lines are not required for python3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rfc8628: Add client implementation for token retrieval

This change adds an implementation of the Device Authorization flow
client from RFC8628.  The initial structure is derived from the
existing BackendApplicationClient with the addition of the device_code
in the client.

This change does not provide the support necessary for querying the
device code endpoint in order to generate the initial device_code and
URL that is required for completing the full end to end device
authorization process.

* Add device token fetch URI generator

In order to perform the full device authorization flow it's necessary
to first generate the device code and get the authorization flow URL.

prepare_request_uri() allows us to do this while providing scopes and
additional parameters.

* Remove encoding lines

These lines are not required for python3</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs</title>
<updated>2021-06-03T15:00:42+00:00</updated>
<author>
<name>Nikos Sklikas</name>
<email>nsklikas@admin.grnet.gr</email>
</author>
<published>2021-04-07T11:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=cebec2b075600e88c3fdcf554125ecf086e1b500'/>
<id>cebec2b075600e88c3fdcf554125ecf086e1b500</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)</title>
<updated>2020-06-03T03:01:25+00:00</updated>
<author>
<name>Hoylen Sue</name>
<email>hoylen@hoylen.com</email>
</author>
<published>2020-06-03T03:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=bda81b3cb6306dec19a6e60113e21b2933d0950c'/>
<id>bda81b3cb6306dec19a6e60113e21b2933d0950c</id>
<content type='text'>
* Adding support for RSA-SHA256.

* Added support for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Made version dependencies consistent.

* Updated OAuth1 signature tests.

* Fixed parsing of netloc/host. Deprecated old functions.

* Refactored and expanded tests to include signature validate.

* Update docs for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Updated code comments in oauth1 signatures module.

* Updated changelog.

* Update docs/feature_matrix.rst

Co-Authored-By: Omer Katz &lt;omer.drow@gmail.com&gt;

* Used parenthesis instead of backslash to break lines.

* Fixed typo

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding support for RSA-SHA256.

* Added support for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Made version dependencies consistent.

* Updated OAuth1 signature tests.

* Fixed parsing of netloc/host. Deprecated old functions.

* Refactored and expanded tests to include signature validate.

* Update docs for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods.

* Updated code comments in oauth1 signatures module.

* Updated changelog.

* Update docs/feature_matrix.rst

Co-Authored-By: Omer Katz &lt;omer.drow@gmail.com&gt;

* Used parenthesis instead of backslash to break lines.

* Fixed typo

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;

Co-authored-by: Omer Katz &lt;omer.drow@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into doc-oidc</title>
<updated>2020-01-29T15:02:12+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2020-01-29T15:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=7f5e92afed0d11536f715245351a3891a2aa5dde'/>
<id>7f5e92afed0d11536f715245351a3891a2aa5dde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update server.rst docs to include request uri in auth code (#714)</title>
<updated>2020-01-29T14:52:25+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2020-01-29T14:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=845892c6cff508792bc577ebccda2317bc8434f5'/>
<id>845892c6cff508792bc577ebccda2317bc8434f5</id>
<content type='text'>
Update server.rst docs to include request uri in auth code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update server.rst docs to include request uri in auth code</pre>
</div>
</content>
</entry>
<entry>
<title>Removed newline/autoformatting mistake fixed</title>
<updated>2020-01-15T09:48:03+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2020-01-15T09:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=6e4fb41ffb04024d5301cadad662e6bbb4893901'/>
<id>6e4fb41ffb04024d5301cadad662e6bbb4893901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
