Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT authorization module for Requests #13

Open
tgs opened this issue Apr 16, 2014 · 0 comments
Open

JWT authorization module for Requests #13

tgs opened this issue Apr 16, 2014 · 0 comments

Comments

@tgs
Copy link
Contributor

tgs commented Apr 16, 2014

Hiya,

Kenneth Reitz's requests library has a system for pluggable authentication & authorization modules. I've made a stab at a JWT module: jwt_auth.py in https://github.com/tgs/python-badgekit-api-client/tree/master/badgekit

I'm thinking about how make it available to the public - some requests auth modules have their own projects, like https://github.com/requests/requests-ntlm . In this case, it seems a little silly, because the JWT auth is just one file, some unit tests, and a dependency on python-jws. Would you like to include the auth module in your project? I'm happy to clean it up if you want to review the code. On the other hand, if you're mostly busy with other stuff, I can release it as its own project.

Thanks!
-Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant