<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/jwt/exceptions.py, branch fix-cli-script</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Added new options for requiring exp, iat, and nbf claims.</title>
<updated>2015-06-03T02:11:08+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-06-03T01:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=12791c7875dda323835b8e0b9c687d17ba0e641b'/>
<id>12791c7875dda323835b8e0b9c687d17ba0e641b</id>
<content type='text'>
Thanks to David Black &lt;dblack@atlassian.com&gt; for the suggestion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to David Black &lt;dblack@atlassian.com&gt; for the suggestion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made some PEP8 fixes that came from the last commit.</title>
<updated>2015-03-29T20:41:00+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-03-29T20:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=49db1ad0c97f4d90554af52b175abf03e255f572'/>
<id>49db1ad0c97f4d90554af52b175abf03e255f572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added checks on iat to make sure that a token can't be issued for the</title>
<updated>2015-03-29T20:36:18+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-03-29T20:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=83d07fc98743a47ee411ce48805ddaf053672925'/>
<id>83d07fc98743a47ee411ce48805ddaf053672925</id>
<content type='text'>
future
Changed nbf exception to ImmatureSignatureError
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
future
Changed nbf exception to ImmatureSignatureError
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the ability to specify both a global alg whitelist for a PyJWT object and a whitelist for calls to decode. (Fixes #107)</title>
<updated>2015-03-18T01:40:36+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-03-18T00:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=6e6156084de42893d5c883ae9b67536b44e7e47a'/>
<id>6e6156084de42893d5c883ae9b67536b44e7e47a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a check to raise an error if alg = 'none' and a key is specified. (Fixes #106)</title>
<updated>2015-03-17T19:56:52+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-03-17T19:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=3e59fe6c9e88d212180dfec61b36d58858af0367'/>
<id>3e59fe6c9e88d212180dfec61b36d58858af0367</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed indentation and spacing to pass PEP8</title>
<updated>2015-03-17T19:56:42+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-03-17T19:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=fd3a489e975afe490442c6b12f089263557bd341'/>
<id>fd3a489e975afe490442c6b12f089263557bd341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105</title>
<updated>2015-03-17T19:56:12+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-03-17T19:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=6a84d73f5a48488d3daf554a69500c3f42bb464d'/>
<id>6a84d73f5a48488d3daf554a69500c3f42bb464d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup __init__ module</title>
<updated>2015-01-18T18:08:56+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-01-18T18:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyjwt.git/commit/?id=5f255f94a6d8763cb7ae504348429f770f69be6e'/>
<id>5f255f94a6d8763cb7ae504348429f770f69be6e</id>
<content type='text'>
- Expose public API
- Move exceptions to separate module
- Use relative imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Expose public API
- Move exceptions to separate module
- Use relative imports</pre>
</div>
</content>
</entry>
</feed>
