You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/badgekitI'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 onpython-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
The text was updated successfully, but these errors were encountered: