<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/tests, branch 0.7.0</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>Fix forgotten test in prev. commit py3 issue.</title>
<updated>2014-10-24T14:01:38+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-24T14:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=5a9f7444e5cfbb8a4c11b66619783094a336252e'/>
<id>5a9f7444e5cfbb8a4c11b66619783094a336252e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flaky test depending on internal order.</title>
<updated>2014-10-24T13:27:57+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-24T13:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=5f18bb11be7d627cc31e197fd137200846e3b009'/>
<id>5f18bb11be7d627cc31e197fd137200846e3b009</id>
<content type='text'>
Python 3 is not consistent in internal order
when using sets, dicts etc and test should
not depend on that being the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3 is not consistent in internal order
when using sets, dicts etc and test should
not depend on that being the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor merge artifacts and python 3 tests.</title>
<updated>2014-10-23T18:29:04+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-23T18:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=9a1b29440bfd095c625b35399305532ac3a45b9c'/>
<id>9a1b29440bfd095c625b35399305532ac3a45b9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'allow-invalid-token-type-hint' of https://github.com/RodneyRichardson/oauthlib into RodneyRichardson-allow-invalid-token-type-hint</title>
<updated>2014-10-23T17:51:10+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-23T17:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=28fe4c9567f7386afc2662e78e4060c6900fd5ae'/>
<id>28fe4c9567f7386afc2662e78e4060c6900fd5ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap OAuth2 tokens in a OAuth2Token class.</title>
<updated>2014-10-23T17:41:26+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-23T17:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ca4811b3087f9d34754d3debf839e247593b8a39'/>
<id>ca4811b3087f9d34754d3debf839e247593b8a39</id>
<content type='text'>
The OAuth2Token class allows for easy checking of scope
changes and might be extended with further convenience
methods in the future.

Additionally, the Warning raised on scope change will now
include a ``token`` parameter with a full OAuth 2 token
in case scope change is fine, which ideally it should be.

Users who don't want to catch a warning can instead
check the boolean token property ``token.scope_changed``. Note
that the warning must first be disabled by setting the
environment variable ``OAUTHLIB_RELAX_TOKEN_SCOPE``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OAuth2Token class allows for easy checking of scope
changes and might be extended with further convenience
methods in the future.

Additionally, the Warning raised on scope change will now
include a ``token`` parameter with a full OAuth 2 token
in case scope change is fine, which ideally it should be.

Users who don't want to catch a warning can instead
check the boolean token property ``token.scope_changed``. Note
that the warning must first be disabled by setting the
environment variable ``OAUTHLIB_RELAX_TOKEN_SCOPE``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauthlib into singingwolfboy-scope-change-signal</title>
<updated>2014-10-23T17:27:29+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-10-23T17:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=a144769a9a44c85eb17774e7a513ffc5a92a354d'/>
<id>a144769a9a44c85eb17774e7a513ffc5a92a354d</id>
<content type='text'>
Conflicts:
	oauthlib/oauth2/rfc6749/clients/backend_application.py
	oauthlib/oauth2/rfc6749/clients/legacy_application.py
	oauthlib/oauth2/rfc6749/clients/web_application.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	oauthlib/oauth2/rfc6749/clients/backend_application.py
	oauthlib/oauth2/rfc6749/clients/legacy_application.py
	oauthlib/oauth2/rfc6749/clients/web_application.py
</pre>
</div>
</content>
</entry>
<entry>
<title>First step towards supporting JWT bearer grants.</title>
<updated>2014-10-16T09:03:38+00:00</updated>
<author>
<name>ibl</name>
<email>ibl@localhost</email>
</author>
<published>2014-10-16T09:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=8624bfc87f0fa24548d01ee33de77fedd802d146'/>
<id>8624bfc87f0fa24548d01ee33de77fedd802d146</id>
<content type='text'>
Initial support is only for clients and need more unit tests
as well as real service tests.

Server support to come later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial support is only for clients and need more unit tests
as well as real service tests.

Server support to come later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow invalid token_type_hint.</title>
<updated>2014-10-07T16:22:05+00:00</updated>
<author>
<name>Rodney Richardson</name>
<email>rr_james@hotmail.com</email>
</author>
<published>2014-10-07T16:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=c742c150b208e75ded8f59cfb525fe4228b07520'/>
<id>c742c150b208e75ded8f59cfb525fe4228b07520</id>
<content type='text'>
Invalid token_type_hints should be ignored. This looks to have been
broken in 6ffcc4f2ae6b66e42c1f58b6de634fe969b473a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invalid token_type_hints should be ignored. This looks to have been
broken in 6ffcc4f2ae6b66e42c1f58b6de634fe969b473a0
</pre>
</div>
</content>
</entry>
<entry>
<title>Dispatch a blinker signal on scope change, instead of raising a warning</title>
<updated>2014-10-05T13:43:36+00:00</updated>
<author>
<name>David Baumgold</name>
<email>david@davidbaumgold.com</email>
</author>
<published>2014-10-05T13:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=809553ccb71f5c046454e5ce2ac90ab0757729f0'/>
<id>809553ccb71f5c046454e5ce2ac90ab0757729f0</id>
<content type='text'>
See https://github.com/idan/oauthlib/pull/265 for rationale.
In brief: raising any exception blows the stack, which is
inappropriate for a non-error state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/idan/oauthlib/pull/265 for rationale.
In brief: raising any exception blows the stack, which is
inappropriate for a non-error state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test ResourceOwnerPasswordCredentialsGrant generates no refresh token</title>
<updated>2014-09-29T21:08:48+00:00</updated>
<author>
<name>David Muller</name>
<email>dmuller@guidebook.com</email>
</author>
<published>2014-09-29T21:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=6dee915acf998c5fbc18d7a342dc9ca570127dfa'/>
<id>6dee915acf998c5fbc18d7a342dc9ca570127dfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
