summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorjturmel <jturmel@gmail.com>2014-03-17 15:53:27 -0500
committerjturmel <jturmel@gmail.com>2014-03-17 22:10:15 -0500
commite41bee876c32d11070cb6f4686e41fd78b2c5168 (patch)
tree4a54faea9011a539d41546b8408a6fbdb27967aa /requirements.txt
parenta66fe9800c7c7732491a213e1cacf7b82f2b1282 (diff)
downloadoauthlib-e41bee876c32d11070cb6f4686e41fd78b2c5168.tar.gz
Add crypto token capability
* Add a method to generate crypto tokens for use as Bearer tokens * Add a method to verify an incoming crypto token and unpack the header and claims * Uses the PyJWT library This is not JWT token support, merely a way to generate Bearer tokens that won't have to be stored in a database but can self-validate and store additional information that you see fit.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 2c3440e..d2320c7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,5 @@ python-creole
pycrypto
mock
nose
-sphinx \ No newline at end of file
+sphinx
+pyjwt